Skip to content

Commit

Permalink
Merge branch 'main' into unit-test-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
townxelliot authored Jan 20, 2025
2 parents 30aa4c2 + c0e941f commit c4a8048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:

- name: trivy image scanning
id: trivy_scan
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # [email protected]
uses: aquasecurity/trivy-action@a11da62073708815958ea6d84f5650c78a3ef85b # [email protected]
with:
image-ref: ${{ matrix.svc_name }}:latest
severity: "HIGH,CRITICAL"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_lint-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:

- name: Trivy Terraform Config Scan
id: trivy_scan
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0
uses: aquasecurity/trivy-action@a11da62073708815958ea6d84f5650c78a3ef85b
with:
scan-type: "config"
target: terraform/${{ matrix.folder }}
Expand Down

0 comments on commit c4a8048

Please sign in to comment.