Skip to content

Commit aa740a2

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/infrastructure/pulumi/npm-minor-36b959ec94
2 parents b33f685 + 9c0f84a commit aa740a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: go mod verify
7373

7474
- name: Run Gosec Security Scanner
75-
uses: securego/gosec@v2.22.7
75+
uses: securego/gosec@v2.22.8
7676
with:
7777
args: ./...
7878

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
push-to-registry: true
7272

7373
- name: Run Trivy vulnerability scanner
74-
uses: aquasecurity/trivy-action@0.32.0
74+
uses: aquasecurity/trivy-action@0.33.0
7575
with:
7676
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME}}:latest
7777
format: sarif

0 commit comments

Comments
 (0)