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 b2c23d5 commit 3fd8c78Copy full SHA for 3fd8c78
.github/workflows/unit-sec-test.yml
@@ -37,7 +37,7 @@ jobs:
37
run: pip install -r requirements.txt
38
39
- name: Install Snyk CLI
40
- run: npn install -g snyk
+ run: npm install -g snyk
41
42
- name: Authenticate with Snyk
43
run: snyk auth ${{ secrets.SNYK_TOKEN }}
0 commit comments