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.6 to 3.3.8.
- [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.6...v3.3.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent b7def0b commit 64b0266
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/scan-action@v3.3.6
uses: anchore/scan-action@v3.3.8
id: grype_analysis_sarif
if: ${{ steps.sbom_report.outputs.files_exists == 'true' }}
with:
Expand All @@ -124,7 +124,7 @@ runs:
# Don't fail during report generation
# JSON format will report any ignored rules
- name: Vulnerability analysis of SBOM
uses: anchore/scan-action@v3.3.6
uses: anchore/scan-action@v3.3.8
id: grype_analysis_json
if: ${{ steps.sbom_report.outputs.files_exists == 'true' }}
with:
Expand Down Expand Up @@ -195,7 +195,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/scan-action@v3.3.6
uses: anchore/scan-action@v3.3.8
if: ${{ steps.sbom_report.outputs.files_exists == 'true' }}
with:
sbom: ${{ steps.meta.outputs.sbom_spdx_file }}
Expand Down

0 comments on commit 64b0266

Please sign in to comment.