Skip to content

Commit a8e4063

Browse files
fix: exclude android gradle from SCA snyk scan
1 parent 077e8d0 commit a8e4063

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/sca_scan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ jobs:
88
snyk-cli:
99
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
1010
with:
11-
additional-arguments: '--exclude=README.md'
11+
node-version: '22'
12+
pre-scan-commands: 'yarn install && rm -f android/build.gradle'
1213
secrets: inherit

0 commit comments

Comments
 (0)