Merge pull request #17 from pwssOrg/pwgit-create-patch-1 #9
This file contains hidden or 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 - FileQuarantine | |
| on: | |
| push: | |
| branches: [ "master" ] | |
| pull_request: | |
| branches: [ "master" ] | |
| workflow_dispatch: | |
| jobs: | |
| security-file-quarantine: | |
| uses: pwssOrg/reusable-workflows/.github/workflows/sca_scan_base.yml@main | |
| with: | |
| working-path: fq | |
| name-of-snyk-step: Check for vulnerabilities in FileQuarantine | |
| secrets: | |
| SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} |