Skip to content

Commit a4ba0b9

Browse files
fix: update SCA workflow to remove unnecessary Java commands
1 parent 2db5a82 commit a4ba0b9

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/sca_scan.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ jobs:
88
snyk-cli:
99
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
1010
with:
11-
java-version: '17'
11+
additional-arguments: '--exclude=android'
1212
node-version: '22'
13-
pre-scan-commands: |
14-
yarn install
15-
printf "rootProject.name = 'react-native-auth0'\ninclude ':android'\n" > settings.gradle
16-
yes | $ANDROID_HOME/cmdline-tools/latest/bin/sdkmanager "platforms;android-35" "build-tools;35.0.0" > /dev/null 2>&1 || true
13+
pre-scan-commands: yarn install
1714
secrets: inherit

0 commit comments

Comments
 (0)