We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54c9d9 commit 3ddc802Copy full SHA for 3ddc802
1 file changed
.github/workflows/sca_scan.yml
@@ -8,5 +8,8 @@ jobs:
8
snyk-cli:
9
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
10
with:
11
- additional-arguments: '--exclude=README.md'
+ node-version: '22'
12
+ pre-scan-commands: |
13
+ yarn install
14
+ rm -f android/build.gradle
15
secrets: inherit
0 commit comments