Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
skabashnyuk committed Mar 27, 2024
1 parent 7caed31 commit 8c4d146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions task/rpm-ostree/0.1/rpm-ostree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ spec:
cat "$(workspaces.source.path)"/image-digest | tee $(results.IMAGE_DIGEST.path)
echo -n "$IMAGE" | tee $(results.IMAGE_URL.path)
echo 'Before SBOM_BLOB_URL'
# Remove tag from IMAGE while allowing registry to contain a port number.
sbom_repo="${IMAGE%:*}"
sbom_digest="$(sha256sum sbom-cyclonedx.json | cut -d' ' -f1)"
Expand Down

0 comments on commit 8c4d146

Please sign in to comment.