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 2f8677d + 2c28cdf commit 9c0f84aCopy full SHA for 9c0f84a
.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