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 @@ -149,6 +149,8 @@ functions:
149
149
params :
150
150
working_dir : src/github.com/mongodb/atlas-cli-plugin-kubernetes
151
151
binary : build/package/generate-ssdlc-report.sh
152
+ include_expansions_in_env :
153
+ - version
152
154
" package " :
153
155
- command : github.generate_token
154
156
params :
Original file line number Diff line number Diff line change 17
17
set -Eeou pipefail
18
18
19
19
: " ${AUTHOR:= $(git config user.name)} "
20
- : " ${VERSION:= $(git tag --list ' atlas-cli-plugin-kubernetes/ v*' --sort=-taggerdate | head -1 | cut -d ' v' -f 2)} "
20
+ : " ${VERSION:= $(git tag --list ' v*' --sort=-taggerdate | head -1 | cut -d ' v' -f 2)} "
21
21
: " ${DATE:= $(date -u ' +%Y-%m-%d' )} "
22
22
23
23
export AUTHOR VERSION DATE
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ SSDLC Compliance Report: Atlas CLI Plugin Kubernetes v${VERSION}
12
12
- ** Process Documentation**
13
13
- [ How MongoDB Protects Against Supply Chain Vulnerabilities] ( https://www.mongodb.com/blog/post/how-mongodb-protects-against-supply-chain-vulnerabilities )
14
14
15
+ - ** Tool used to track third party vulnerabilities**
16
+ - [ Kondukto] ( https://arcticglow.kondukto.io/ )
17
+
15
18
- ** Dependency Information**
16
19
- The Software Bill of Materials (SBOM) is:
17
20
- a) part of this release as ` sbom.json ` and ` augmented-sbom.json ` with vulnerabilities found from Kondukto
You can’t perform that action at this time.
0 commit comments