Skip to content

Commit 3b6ebd7

Browse files
committed
ci: remove ossIndexAudit
1 parent b220746 commit 3b6ebd7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
PREDICTIVE_TEST_SELECTION: "${{ github.event_name == 'pull_request' && 'true' || 'false' }}"
3131
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3232
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
OSS_INDEX_USERNAME: ${{ secrets.OSS_INDEX_USERNAME }}
34-
OSS_INDEX_PASSWORD: ${{ secrets.OSS_INDEX_PASSWORD }}
3533
steps:
3634
# https://github.com/actions/virtual-environments/issues/709
3735
- name: "🗑 Free disk space"
@@ -60,11 +58,6 @@ jobs:
6058
run: |
6159
[ -f ./setup.sh ] && ./setup.sh || [ ! -f ./setup.sh ]
6260
63-
- name: "🚔 Sonatype Scan"
64-
id: sonatypescan
65-
run: |
66-
./gradlew ossIndexAudit --no-parallel --info
67-
6861
- name: "🛠 Build with Gradle"
6962
id: gradle
7063
run: |

0 commit comments

Comments
 (0)