Skip to content

Commit d9c7242

Browse files
committed
removed trivy severity
1 parent 2533a89 commit d9c7242

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/M1-4-2-CI-Practice.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,11 @@ jobs:
142142
push: true
143143
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.sha }}
144144

145-
- uses: actions/checkout@v2
145+
# - uses: actions/checkout@v2
146146
- name: Trivy scan
147-
uses: dataswift/gha-trivy@v3.0.0
147+
uses: lazy-actions/gitrivy@v3
148148
with:
149149
token: ${{ secrets.GITHUB_TOKEN }}
150150
image: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.sha }}
151-
severity: 'CRITICAL,HIGH'
152151

153152

0 commit comments

Comments
 (0)