Skip to content

Commit

Permalink
Bump anchore/scan-action from 3.3.4 to 3.3.5
Browse files Browse the repository at this point in the history
Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.3.4 to 3.3.5.
- [Release notes](https://github.com/anchore/scan-action/releases)
- [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
- [Commits](anchore/scan-action@dafbc97...4be3c24)

---
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 and skitt committed Apr 3, 2023
1 parent 0b6deae commit 61c1e8a
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 @@ -102,7 +102,7 @@ jobs:
- name: Check out the repository
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: Run Anchore vulnerability scanner
uses: anchore/scan-action@dafbc97d7259af88b61bd260f2fde565d0668a72
uses: anchore/scan-action@4be3c24559b430723e51858969965e163b196957
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 @@ -39,7 +39,7 @@ jobs:
- name: Check out the repository
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- name: Run Anchore vulnerability scanner
uses: anchore/scan-action@dafbc97d7259af88b61bd260f2fde565d0668a72
uses: anchore/scan-action@4be3c24559b430723e51858969965e163b196957
id: scan
with:
path: "."
Expand Down

0 comments on commit 61c1e8a

Please sign in to comment.