Skip to content

Commit

Permalink
chore(sbom-action): bump sbom action to 0.13.4
Browse files Browse the repository at this point in the history
We need the bugfix for the issue
anchore/syft#933
  • Loading branch information
gszr committed Apr 18, 2023
1 parent ef2a5c2 commit 582d357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security-actions/scan-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:

# Must upload artifact for output file parameter to have effect
- name: Generate SPDX SBOM Using Syft
uses: anchore/[email protected].3
uses: anchore/[email protected].4
id: sbom_spdx
with:
image: ${{ steps.meta.outputs.scan_image }}
Expand Down

0 comments on commit 582d357

Please sign in to comment.