Skip to content

Commit 3ddc802

Browse files
fix: exclude android gradle from SCA snyk scan (#1415)
1 parent b54c9d9 commit 3ddc802

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/sca_scan.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ 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: |
13+
yarn install
14+
rm -f android/build.gradle
1215
secrets: inherit

0 commit comments

Comments
 (0)