Merge pull request #154 from pwgit-create/develop #103
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: SCA Scan Appwish Ollama | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
workflow_dispatch: | |
jobs: | |
security-code_generator: | |
uses: pwgit-create/APPWISH_OLLAMA/.github/workflows/sca_scan_base.yml@master | |
with: | |
working-path: cg/CodeGenerator/CodeGenerator | |
name-of-snyk-step: Check for vulnerabilities in code-generator-ollama | |
secrets: | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | |
security-appwish: | |
uses: pwgit-create/APPWISH_OLLAMA/.github/workflows/sca_scan_base.yml@master | |
with: | |
working-path: AppWish/AppWish | |
name-of-snyk-step: Check for vulnerabilities in code-generator-ollama-gui | |
secrets: | |
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} | |