Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Bump nais/attest-sign from 1.1.0 to 1.2.0 #677

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
echo "DIGEST=$(cat target/jib-image.digest)" >> $GITHUB_ENV

- name: Attester og signer
uses: nais/attest-sign@v1.1.0
uses: nais/attest-sign@v1.2.0
with:
sbom: target/bom.json
image_ref: ${{ env.IMAGE }}@${{ env.DIGEST }}
Expand Down
Loading