Skip to content

Commit

Permalink
πŸ‘ syft sbom πŸ‘
Browse files Browse the repository at this point in the history
  • Loading branch information
eformat committed May 31, 2023
1 parent 46b76fa commit a4f6f2a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ jobs:
- name: Attach SBOM to image
run: |
cosign attach sbom --sbom pet-battle-api.sbom \
--yes \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAGS }}
env:
COSIGN_PASSWORD: ""
Expand All @@ -114,7 +113,6 @@ jobs:
- name: Attest SBOM to public rekor
run: |
cosign attest --key cosign.key \
--yes \
--predicate \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.TAGS }}
env:
Expand Down

0 comments on commit a4f6f2a

Please sign in to comment.