Skip to content

Commit

Permalink
Update call-release-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhoublue committed Apr 18, 2023
1 parent 1543390 commit 3078286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-release-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
wget https://github.com/anchore/syft/releases/download/v0.77.0/syft_0.77.0_linux_amd64.tar.gz
tar xzvf syft_0.77.0_linux_amd64.tar.gz
chmod +x syft
./syft ${{ env.ONLINE_REGISTER }}/${{ github.repository }}-${{ matrix.name }}${{ env.RUN_SUFFIX }}@${DIGEST} > ${{ matrix.name }}_${DIGEST}.spdx
./syft -o spdx ${{ env.ONLINE_REGISTER }}/${{ github.repository }}-${{ matrix.name }}${{ env.RUN_SUFFIX }}@${DIGEST} > ${{ matrix.name }}_${DIGEST}.spdx
- name: Attach SBOM to Container Images
if: ${{ env.RUN_PUSH == 'true' }}
Expand Down

0 comments on commit 3078286

Please sign in to comment.