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 a77be2f commit 12ac602Copy full SHA for 12ac602
.github/workflows/generate-augmented-sbom.yml
@@ -62,15 +62,13 @@ jobs:
62
63
- name: Augment SBOM with Kondukto
64
run: |
65
- arch="arm64"
66
- kondukto_branch="${KONDUKTO_BRANCH_PREFIX}-linux-${arch}"
67
docker run --platform="linux/amd64" -it --rm -v "${PWD}:/pwd" \
68
-e "KONDUKTO_TOKEN=${KONDUKTO_TOKEN}" \
69
"${SILKBOMB_IMG}" \
70
augment \
71
--sbom-in "/pwd/sbom_lite.json" \
72
--repo "${KONDUKTO_REPO}" \
73
- --branch "${kondukto_branch}" \
+ --branch "${KONDUKTO_BRANCH_PREFIX}-linux-arm64" \
74
--sbom-out "/pwd/aug_sbom.json"
75
76
- name: Upload augmented SBOM as artifact
0 commit comments