Skip to content

Commit 12ac602

Browse files
committed
augmented sbom fix
1 parent a77be2f commit 12ac602

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/generate-augmented-sbom.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,13 @@ jobs:
6262
6363
- name: Augment SBOM with Kondukto
6464
run: |
65-
arch="arm64"
66-
kondukto_branch="${KONDUKTO_BRANCH_PREFIX}-linux-${arch}"
6765
docker run --platform="linux/amd64" -it --rm -v "${PWD}:/pwd" \
6866
-e "KONDUKTO_TOKEN=${KONDUKTO_TOKEN}" \
6967
"${SILKBOMB_IMG}" \
7068
augment \
7169
--sbom-in "/pwd/sbom_lite.json" \
7270
--repo "${KONDUKTO_REPO}" \
73-
--branch "${kondukto_branch}" \
71+
--branch "${KONDUKTO_BRANCH_PREFIX}-linux-arm64" \
7472
--sbom-out "/pwd/aug_sbom.json"
7573
7674
- name: Upload augmented SBOM as artifact

0 commit comments

Comments
 (0)