Skip to content

Commit 66a7cea

Browse files
SQL-2108: Generate and publish a public third-party dependencies report for JDBC (#271)
* Add augmented sbom to maven repository * change path
1 parent 3b6bebe commit 66a7cea

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.evg.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ tasks:
8080
depends_on:
8181
- name: "test-smoke"
8282
variant: "release"
83+
- name: sbom
84+
variant: code-quality-and-correctness
8385
commands:
8486
- func: "publish maven"
8587
- func: "trace artifacts"

gradle/publish.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ publishing {
1010
}
1111
artifact shadowJar
1212
artifact javadocJar
13+
artifact(file('artifacts/ssdlc/mongo-jdbc-driver.augmented.sbom.json'))
1314
pom {
1415
name = 'JDBC Driver'
1516
description = 'JDBC Driver for MongoDB Atlas SQL interface'

0 commit comments

Comments
 (0)