File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ jobs:
4949 push : ${{ startsWith(github.ref, 'refs/tags/v') }}
5050 tags : ${{ steps.meta.outputs.tags }}
5151 labels : ${{ steps.meta.outputs.labels }}
52- - name : Run Trivy vulnerability scanner
53- uses : aquasecurity/trivy-action@v0.35.0
54- with :
55- image-ref : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
56- format : json
57- output : trivy-results.json
58- severity : CRITICAL,HIGH
59- scanners : vuln
60-
52+ # - name: Run Trivy vulnerability scanner
53+ # uses: aquasecurity/trivy-action@v0.35.0
54+ # with:
55+ # image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.version }}
56+ # format: json
57+ # output: trivy-results.json
58+ # severity: CRITICAL,HIGH
59+ # scanners: vuln
60+ #
6161 build-cli-binaries :
6262 name : build the CLI binaries
6363 strategy :
You can’t perform that action at this time.
0 commit comments