Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github-actions(deps): bump anchore/sbom-action from 0.17.1 to 0.17.2 in /security-actions/scan-docker-image #144

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions security-actions/scan-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ runs:

# Must upload artifact for output file parameter to have effect
- name: Generate SPDX SBOM Using Syft
uses: anchore/sbom-action@v0.17.1
uses: anchore/sbom-action@v0.17.2
id: sbom_spdx
with:
config: ${{ inputs.config }}
Expand All @@ -100,7 +100,7 @@ runs:
github-token: ${{ inputs.github-token }}

- name: Generate CycloneDX SBOM Using Syft
uses: anchore/sbom-action@v0.17.1
uses: anchore/sbom-action@v0.17.2
id: sbom_cyclonedx
with:
config: ${{ inputs.config }}
Expand Down
Loading