Skip to content

Commit

Permalink
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 516844f15d82b6cdd0765b87aab79ed3ac006225 to 3.2.5. This release includes the previously tagged commit.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@516844f...ecfd0e9)

---
updated-dependencies:
- dependency-name: anchore/scan-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tpantelis committed Aug 19, 2022
1 parent 02226d2 commit 500f7ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Check out the repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Run Anchore vulnerability scanner
uses: anchore/scan-action@516844f15d82b6cdd0765b87aab79ed3ac006225
uses: anchore/scan-action@ecfd0e98932e57ea8f68f29c4f418fc41a8194db
id: scan
with:
path: "."
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check out the repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- name: Run Anchore vulnerability scanner
uses: anchore/scan-action@516844f15d82b6cdd0765b87aab79ed3ac006225
uses: anchore/scan-action@ecfd0e98932e57ea8f68f29c4f418fc41a8194db
id: scan
with:
path: "."
Expand Down

0 comments on commit 500f7ce

Please sign in to comment.