Skip to content

Commit 3011c09

Browse files
Update common files
1 parent 65693e1 commit 3011c09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ jobs:
6060
run: |
6161
[ -f ./setup.sh ] && ./setup.sh || [ ! -f ./setup.sh ]
6262
63+
- name: "🚔 Sonatype Scan"
64+
id: sonatypescan
65+
run: |
66+
./gradlew ossIndexAudit --no-parallel --info
67+
6368
- name: "🛠 Build with Gradle"
6469
id: gradle
6570
run: |

0 commit comments

Comments
 (0)