Skip to content

Commit

Permalink
github-actions(deps): bump anchore/scan-action
Browse files Browse the repository at this point in the history
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.5 to 3.3.6.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@v3.3.5...v3.3.6)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 21, 2023
1 parent 5c168e3 commit 69f9257
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions security-actions/scan-docker-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ runs:

# Don't fail during report generation
- name: Vulnerability analysis of SBOM
uses: anchore/[email protected].5
uses: anchore/[email protected].6
id: grype_analysis_sarif
if: ${{ steps.sbom_report.outputs.files_exists == 'true' }}
with:
Expand All @@ -123,7 +123,7 @@ runs:
# Don't fail during report generation
# JSON format will report any ignored rules
- name: Vulnerability analysis of SBOM
uses: anchore/[email protected].5
uses: anchore/[email protected].6
id: grype_analysis_json
if: ${{ steps.sbom_report.outputs.files_exists == 'true' }}
with:
Expand Down Expand Up @@ -193,7 +193,7 @@ runs:
# Notify grype quick scan results in table format
# Table format will supress any specified ignore rules
- name: Inspect Vulnerability analysis of SBOM
uses: anchore/[email protected].5
uses: anchore/[email protected].6
if: ${{ steps.sbom_report.outputs.files_exists == 'true' }}
with:
sbom: ${{ steps.meta.outputs.sbom_spdx_file }}
Expand Down

0 comments on commit 69f9257

Please sign in to comment.