File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2424 - name : Set up gradle
2525 uses : gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6.0.1
2626
27- - run : ./gradlew ossIndexAudit
27+ # --no-parallel is needed to avoid OverlappingFileLockException on the shared OSS Index cache
28+ - run : ./gradlew ossIndexAudit --no-configuration-cache --no-parallel --info
2829 id : audit
2930 continue-on-error : true
3031 env :
Original file line number Diff line number Diff line change 3434
3535# Vim
3636.swp
37+
38+ # scan-gradle-plugin
39+ oss-index-cyclonedx-bom.json
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ ossIndexAudit {
5252 username = System .getenv(" SONATYPE_OSS_INDEX_USER" ) ? : " "
5353 password = System .getenv(" SONATYPE_OSS_INDEX_PASSWORD" ) ? : " "
5454 outputFormat = org.sonatype.gradle.plugins.scan.ossindex.OutputFormat .JSON_CYCLONE_DX_1_4
55+ isPrintBanner = false
5556}
5657
5758val testJavaVersion = gradle.startParameter.projectProperties.get(" testJavaVersion" )?.let (JavaVersion ::toVersion)
You can’t perform that action at this time.
0 commit comments