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 2f21162 commit dc2820dCopy full SHA for dc2820d
.github/workflows/sca-scan.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@master
10
- name: Run Snyk to check for vulnerabilities
11
- uses: snyk/actions/dotnet@master
+ uses: snyk/actions/python@master
12
env:
13
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
14
with:
0 commit comments