chore(security): add Snyk merge block workflow #1
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: Snyk Security Check | ||
| on: | ||
| workflow_dispatch: | ||
| push: | ||
| branches: | ||
| - '*' | ||
| pull_request: | ||
| jobs: | ||
| snyk-sca-check: | ||
| uses: getzoop/gha-workflows/.github/workflows/snyk_sca_check.yml@v6 | ||
| secrets: | ||
| SNYK_TOKEN: ${{ secrets.SNK_TOKEN }} | ||
| snyk-sast-check: | ||
| uses: getzoop/gha-workflows/.github/workflows/snyk_sast_check.yml@v6 | ||
|
Check failure on line 16 in .github/workflows/blockMergeSnyk.yml
|
||
| secrets: | ||
| SNYK_TOKEN: ${{ secrets.SNK_TOKEN }} | ||