Skip to content

Commit

Permalink
maybe like this?
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrozek committed Feb 12, 2024
1 parent 2b1907c commit 612f2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-image-signed-ghat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Generate SBOM with Syft
id: sbom-gen
run: |
syft scan docker://${{ github.repository }}:latest -o json > sbom.json
syft scan docker:${{ github.repository }}:latest -o json > sbom.json
- name: Read SBOM into environment variable
id: sbom-read
Expand Down

0 comments on commit 612f2a4

Please sign in to comment.