Skip to content

Commit 22b7524

Browse files
authored
Merge pull request #2 from auth0-samples/fix-scan-tool-path
Fix scan tool path
2 parents 9620af8 + 789ab2b commit 22b7524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sca_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
snyk-cli:
9-
uses: auth0/devsecops-tooling/.github/actions/sca-scan@main
9+
uses: auth0/devsecops-tooling/.github/workflows/sca-scan@main
1010
with:
1111
additional-arguments: "--exclude=README.md,.jfrog"
1212
dotnet-version: "10.0"

0 commit comments

Comments
 (0)