File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 VERSION=${{ steps.docker-meta.outputs.version }}
6969
7070 - name : Run Trivy vulnerability scanner on Docker image
71- uses : aquasecurity/trivy-action@0 .35.0
71+ uses : aquasecurity/trivy-action@v0 .35.0
7272 with :
7373 image-ref : ${{ env.REPO }}:scan
7474 ignore-unfixed : true
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v6
2424
2525 - name : Run Trivy vulnerability scanner in repo mode
26- uses : aquasecurity/trivy-action@0 .35.0
26+ uses : aquasecurity/trivy-action@v0 .35.0
2727 with :
2828 scan-type : " fs"
2929 scan-ref : " ."
3939 sarif_file : " trivy-results.sarif"
4040
4141 - name : Run Trivy vulnerability scanner (table output)
42- uses : aquasecurity/trivy-action@0 .35.0
42+ uses : aquasecurity/trivy-action@v0 .35.0
4343 if : always()
4444 with :
4545 scan-type : " fs"
Original file line number Diff line number Diff line change 7878 make test
7979
8080 - name : Upload coverage to Codecov
81- uses : codecov/codecov-action@v5
81+ uses : codecov/codecov-action@v6
8282 with :
8383 flags : ${{ matrix.os }},go-${{ matrix.go }}
8484 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments