diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 2674097..999c79f 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -24,6 +24,18 @@ jobs: - name: build appwish-gui run: make appwish + + + security: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@main + working-directory:'cg/CodeGenerator/CodeGenerator/' + - name: Run Snyk to check for vulnerabilities + uses: snyk/actions/maven@master + working-directory:'cg/CodeGenerator/CodeGenerator/' + env: + SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}