Skip to content

Commit 4d32ee6

Browse files
committed
fix update usage
1 parent f2eded2 commit 4d32ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbom/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
podman run --platform="linux/amd64" -it --rm -v ${RELEASE_ASSETS}:/pwd -v $(pwd):/repo \
4141
--env-file=${KONDUKTO_ENVFILE} \
4242
${ARTIFACTORY_IMAGE} \
43-
update --sbom-in /repo/${SBOM_IN_PATH} --repo ${GITHUB_REPOSITORY} --branch ${KONDUKTO_BRANCH} --sbom-out /pwd/cyclonedx.sbom.json
43+
update --sbom-in /repo/${SBOM_IN_PATH} --sbom-out /pwd/cyclonedx.sbom.json
4444
echo "Augumenting SBOM file..."
4545
podman run --platform="linux/amd64" -it --rm -v ${RELEASE_ASSETS}:/pwd -v $(pwd):/repo \
4646
--env-file=${KONDUKTO_ENVFILE} \

0 commit comments

Comments
 (0)