Skip to content

Commit

Permalink
Ci/add SBOM (#123)
Browse files Browse the repository at this point in the history
* ci: add sbom

* chore: version bump
  • Loading branch information
jkoenig134 authored Dec 4, 2023
1 parent 559e34c commit 103942f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/buildAndPush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ else # other error
echo $OUTPUT
fi

docker buildx build --push --provenance=true \
docker buildx build --push --provenance=true --sbom=true \
--platform linux/amd64,linux/arm64 \
$TAGS \
--build-arg COMMIT_HASH=$COMMIT_HASH \
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.6.2

- provenance sbom for the Docker Images

## 3.6.1

- provenance attestations on the Docker Images
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nmshd/connector",
"version": "3.6.1",
"version": "3.6.2",
"private": true,
"description": "The Enmeshed Connector",
"homepage": "https://enmeshed.eu/integrate",
Expand Down

0 comments on commit 103942f

Please sign in to comment.