We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2533a89 commit d9c7242Copy full SHA for d9c7242
.github/workflows/M1-4-2-CI-Practice.yml
@@ -142,12 +142,11 @@ jobs:
142
push: true
143
tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.sha }}
144
145
- - uses: actions/checkout@v2
+ # - uses: actions/checkout@v2
146
- name: Trivy scan
147
- uses: dataswift/gha-trivy@v3.0.0
+ uses: lazy-actions/gitrivy@v3
148
with:
149
token: ${{ secrets.GITHUB_TOKEN }}
150
image: ${{ secrets.DOCKERHUB_USERNAME }}/${{ github.sha }}
151
- severity: 'CRITICAL,HIGH'
152
153
0 commit comments