"SBOM 생성 및 변환 추가 - CycloneDX -> Excel(xlsx) 지원 - Jenkins 단계에 SBOM 빌드 및 아티팩트 보관 연결"
This commit is contained in:
+4
-1
@@ -6,6 +6,7 @@ plugins {
|
||||
id 'eclipse'
|
||||
id 'idea'
|
||||
id 'war'
|
||||
id 'org.cyclonedx.bom' version '3.2.4'
|
||||
}
|
||||
|
||||
bootJar.enabled = true
|
||||
@@ -125,4 +126,6 @@ war {
|
||||
bootWar {
|
||||
archiveFileName = "elink-test-master.war"
|
||||
from('src/main/resources/weblogic.xml') { into 'WEB-INF' }
|
||||
}
|
||||
}
|
||||
// CycloneDX SBOM -> xlsx 변환 (gradle sbomXlsx)
|
||||
apply from: "$projectDir/gradle/sbom-xlsx.gradle"
|
||||
|
||||
Reference in New Issue
Block a user