Skip to content

Commit

Permalink
test sbom
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Waffen <rw@betadots.de>
  • Loading branch information
rwaffen committed Sep 20, 2024
1 parent 650f93f commit 6a96f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
security-events: write
needs: setup-matrix
strategy:
matrix:
version: ${{ fromJson(needs.setup-matrix.outputs.matrix.version) }}
release: ${{ fromJson(needs.setup-matrix.outputs.matrix.release) }}
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: echo "tag=${TAG:1}" >> $GITHUB_OUTPUT

- name: Build container
uses: rwaffen/gha-build-and-publish-a-container@attest
uses: rwaffen/gha-build-and-publish-a-container@sbom
with:
registry_password: ${{ secrets.GITHUB_TOKEN }}
attest: 'true'
Expand Down

0 comments on commit 6a96f23

Please sign in to comment.