We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db5a82 commit bbb66c2Copy full SHA for bbb66c2
1 file changed
.github/workflows/sca_scan.yml
@@ -8,10 +8,8 @@ jobs:
8
snyk-cli:
9
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
10
with:
11
- java-version: '17'
12
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
+ rm -f android/build.gradle
17
secrets: inherit
0 commit comments