Skip to content

Commit 602948a

Browse files
sca-scan.yml
1 parent 421d7bc commit 602948a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/sca-scan.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ on:
55
jobs:
66
security-sca:
77
runs-on: ubuntu-latest
8+
permissions:
9+
contents: read
10+
pull-requests: write
811
steps:
912
- uses: actions/checkout@master
1013
- name: Run Snyk to check for vulnerabilities
11-
uses: snyk/actions/python-3.12@master
14+
uses: snyk/actions/python@master
1215
env:
1316
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
1417
with:
15-
args: --fail-on=all --all-projects --skip-unresolved
18+
args: --fail-on=all --all-projects
1619
json: true
1720
continue-on-error: true
1821
- uses: contentstack/sca-policy@main

0 commit comments

Comments
 (0)