Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Create main.yml #25

Closed
wants to merge 14 commits into from
12 changes: 12 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}



Expand Down