Skip to content

Commit

Permalink
Merge pull request #747 from Automattic/dependabot/github_actions/dot…
Browse files Browse the repository at this point in the history
…-github/actions/build-docker-image/anchore/sbom-action-0.16.0

chore(deps): Bump anchore/sbom-action from 0.15.11 to 0.16.0 in /.github/actions/build-docker-image
  • Loading branch information
sjinks authored May 27, 2024
2 parents 18fdf0e + dd673d5 commit 1e6477a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ runs:
run: echo "image_name=$(echo "${{ inputs.primaryTag }}" | cut -d ':' -f 1)" >> "${GITHUB_OUTPUT}"

- name: Generate SBOM
uses: anchore/sbom-action@7ccf588e3cf3cc2611714c2eeae48550fbc17552 # v0.15.11
uses: anchore/sbom-action@e8d2a6937ecead383dfe75190d104edd1f9c5751 # v0.16.0
with:
image: ${{ inputs.primaryTag }}
format: 'cyclonedx-json'
Expand Down

0 comments on commit 1e6477a

Please sign in to comment.