Skip to content

Commit 5342bcf

Browse files
chore: update SCA workflow to remove additional arguments and adjust pre-scan commands
1 parent 3f4ad50 commit 5342bcf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/sca_scan.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ jobs:
88
snyk-cli:
99
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
1010
with:
11-
additional-arguments: '--exclude=example --exclude=android'
12-
java-version: '17'
1311
node-version: '22'
14-
pre-scan-commands: yarn install
12+
pre-scan-commands: 'yarn install && rm -f android/build.gradle'
1513
secrets: inherit

0 commit comments

Comments
 (0)