Skip to content

Commit 2db8861

Browse files
committed
eof
1 parent 715a447 commit 2db8861

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

scripts/compliance/augment-sbom.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ docker run \
1616
--sbom-in "/pwd/compliance/sbom.json" \
1717
--repo "$KONDUKTO_REPO" \
1818
--branch "$KONDUKTO_BRANCH_PREFIX" \
19-
--sbom-out "/pwd/compliance/augmented-sbom-v${RELEASE_VERSION}-${DATE}.json"
19+
--sbom-out "/pwd/compliance/augmented-sbom-v${RELEASE_VERSION}-${DATE}.json"

scripts/compliance/gen-purls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ PKG_JSON=package.json
1414
# Output all npm dependencies, devDependencies, and peerDependencies as PURLs to compliance/purls.txt
1515
yq -r --output-format json '.dependencies | to_entries | .[] | "pkg:npm/" + .key + "@" + .value' $PKG_JSON > compliance/purls.txt
1616
yq -r --output-format json '.devDependencies | to_entries | .[] | "pkg:npm/" + .key + "@" + .value' $PKG_JSON >> compliance/purls.txt
17-
yq -r --output-format json '.peerDependencies | to_entries | .[] | "pkg:npm/" + .key + "@" + .value' $PKG_JSON >> compliance/purls.txt
17+
yq -r --output-format json '.peerDependencies | to_entries | .[] | "pkg:npm/" + .key + "@" + .value' $PKG_JSON >> compliance/purls.txt

scripts/compliance/gen-sbom.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ docker run --rm \
77
"$SILKBOMB_IMG" \
88
update \
99
--purls /pwd/compliance/purls.txt \
10-
--sbom-out /pwd/compliance/sbom.json
11-
10+
--sbom-out /pwd/compliance/sbom.json

scripts/compliance/upload-sbom.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ docker run --rm \
99
upload \
1010
--sbom-in /pwd/compliance/sbom.json \
1111
--repo "$KONDUKTO_REPO" \
12-
--branch "$KONDUKTO_BRANCH_PREFIX"
13-
12+
--branch "$KONDUKTO_BRANCH_PREFIX"

0 commit comments

Comments
 (0)