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.
2 parents b33f685 + 9c0f84a commit aa740a2Copy full SHA for aa740a2
.github/workflows/ci.yaml
@@ -72,7 +72,7 @@ jobs:
72
run: go mod verify
73
74
- name: Run Gosec Security Scanner
75
- uses: securego/gosec@v2.22.7
+ uses: securego/gosec@v2.22.8
76
with:
77
args: ./...
78
.github/workflows/publish.yaml
@@ -71,7 +71,7 @@ jobs:
71
push-to-registry: true
- name: Run Trivy vulnerability scanner
- uses: aquasecurity/trivy-action@0.32.0
+ uses: aquasecurity/trivy-action@0.33.0
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}:latest
format: sarif
0 commit comments