Skip to content

Commit 280c773

Browse files
fix
1 parent 7088094 commit 280c773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sca_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
snyk-cli:
1111
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
1212
with:
13-
pre-scan-commands: "npm install"
13+
pre-scan-commands: "npm install && npm run install:examples"
1414
additional-arguments: "--exclude=README.md"
1515
node-version: 24
1616
secrets: inherit

0 commit comments

Comments
 (0)