Skip to content

Commit

Permalink
Bump crazy-max/ghaction-container-scan from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [crazy-max/ghaction-container-scan](https://github.com/crazy-max/ghaction-container-scan) from 2 to 3.
- [Release notes](https://github.com/crazy-max/ghaction-container-scan/releases)
- [Commits](crazy-max/ghaction-container-scan@v2...v3)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-container-scan
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 11, 2023
1 parent dbb07d0 commit 68409b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Pull docker image
run: docker pull ghcr.io/traptitech/${IMAGE_NAME}:${IMAGE_TAG}
- name: Container image scan
uses: crazy-max/ghaction-container-scan@v2
uses: crazy-max/ghaction-container-scan@v3
with:
image: ghcr.io/traptitech/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
annotations: true
Expand Down

0 comments on commit 68409b0

Please sign in to comment.