We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7088094 commit 280c773Copy full SHA for 280c773
1 file changed
.github/workflows/sca_scan.yml
@@ -10,7 +10,7 @@ jobs:
10
snyk-cli:
11
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
12
with:
13
- pre-scan-commands: "npm install"
+ pre-scan-commands: "npm install && npm run install:examples"
14
additional-arguments: "--exclude=README.md"
15
node-version: 24
16
secrets: inherit
0 commit comments