We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6bebe commit 66a7ceaCopy full SHA for 66a7cea
.evg.yml
@@ -80,6 +80,8 @@ tasks:
80
depends_on:
81
- name: "test-smoke"
82
variant: "release"
83
+ - name: sbom
84
+ variant: code-quality-and-correctness
85
commands:
86
- func: "publish maven"
87
- func: "trace artifacts"
gradle/publish.gradle
@@ -10,6 +10,7 @@ publishing {
10
}
11
artifact shadowJar
12
artifact javadocJar
13
+ artifact(file('artifacts/ssdlc/mongo-jdbc-driver.augmented.sbom.json'))
14
pom {
15
name = 'JDBC Driver'
16
description = 'JDBC Driver for MongoDB Atlas SQL interface'
0 commit comments