Skip to content

Commit 5d1f800

Browse files
Merge pull request #202 from kannkyo/dependabot/github_actions/anchore/scan-action-3.3.1
build(deps): bump anchore/scan-action from 3.3.0 to 3.3.1
2 parents 866e09c + 2a7e01f commit 5d1f800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Scan container image by grype
9898
id: grype-image
99-
uses: anchore/scan-action@d5aa5b6cb9414b0c7771438046ff5bcfa2854ed7
99+
uses: anchore/scan-action@3578976016e97642035dd9a0be842060e62422c6
100100
with:
101101
image: "${{ env.IMAGE_NAME }}:alpha"
102102
severity-cutoff: low
@@ -118,7 +118,7 @@ jobs:
118118

119119
- name: Scan Dockerfile by grype
120120
id: grype-files
121-
uses: anchore/scan-action@d5aa5b6cb9414b0c7771438046ff5bcfa2854ed7
121+
uses: anchore/scan-action@3578976016e97642035dd9a0be842060e62422c6
122122
with:
123123
path: "."
124124
severity-cutoff: low

0 commit comments

Comments
 (0)