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 07274ee commit 662a0cbCopy full SHA for 662a0cb
.github/workflows/snyk-security.yml
@@ -43,11 +43,6 @@ jobs:
43
with:
44
snyk-version: latest
45
46
- - name: Authenticate Snyk
47
- env:
48
- SNYK_TOKEN: ${{ secrets.SNYK_SECRET_TOKEN }}
49
- run: snyk auth SNYK_TOKEN --auth-type=token
50
-
51
- name: Set up Python
52
uses: actions/setup-python@19e4675e06535f6b54e894da5c1f044400bb4996
53
@@ -71,6 +66,8 @@ jobs:
71
66
# Runs Snyk Open Source (SCA) analysis and uploads result to Snyk.
72
67
- name: Snyk Open Source monitor
73
68
continue-on-error: true # To make sure that SARIF upload gets called
69
+ env:
70
+ SNYK_TOKEN: ${{ secrets.SNYK_SECRET_TOKEN }}
74
run: snyk test --all-projects
75
76
# Push the Snyk Code results into GitHub Code Scanning tab
0 commit comments