We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36e67c commit 61219c6Copy full SHA for 61219c6
1 file changed
.github/workflows/unit-sec-test.yml
@@ -30,14 +30,13 @@ jobs:
30
runs-on: ubuntu-latest
31
steps:
32
33
-
+ - name: Install Snyk CLI
34
+ run: npm install -g snyk
35
+
36
- uses: actions/checkout@master
37
- name: Run Snyk to check for vulnerabilities
38
uses: snyk/actions/python@master
39
- - name: Install Snyk CLI
40
- run: npm install -g snyk
41
42
- name: Authenticate with Snyk
43
run: snyk auth $SNYK_TOKEN --debug
0 commit comments