We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bfd4c commit e1e21b7Copy full SHA for e1e21b7
.github/workflows/sca-scan.yml
@@ -3,13 +3,13 @@ on:
3
pull_request:
4
types: [opened, synchronize, reopened]
5
jobs:
6
- security:
+ security-sca:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@master
10
- name: Run Snyk to check for vulnerabilities
11
- uses: snyk/actions/python-3.10@master
+ uses: snyk/actions/python@master
12
env:
13
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
14
with:
15
- args: --fail-on=all
+ args: --fail-on=all --all-projects --skip-unresolved
0 commit comments