Skip to content

Commit

Permalink
Merge pull request #505 from Constantin07/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ot-github/workflows/aquasecurity/trivy-action-0.17.0

Bump aquasecurity/trivy-action from 0.16.1 to 0.17.0 in /.github/workflows
  • Loading branch information
Constantin07 committed Feb 12, 2024
2 parents e33e82f + f5a0bb1 commit e3cc8aa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/consul-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: make tag

- name: Run trivy scan
uses: aquasecurity/trivy-action@0.16.1
uses: aquasecurity/trivy-action@0.17.0
with:
image-ref: constantin07/consul-template:latest
format: sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-nginx-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: make tag

- name: Run trivy scan
uses: aquasecurity/trivy-action@0.16.1
uses: aquasecurity/trivy-action@0.17.0
with:
image-ref: 'docker.io/constantin07/docker-nginx-proxy:latest'
security-checks: 'vuln,secret,config'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golang-terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: make build

- name: Run trivy scan
uses: aquasecurity/trivy-action@0.16.1
uses: aquasecurity/trivy-action@0.17.0
with:
image-ref: constantin07/golang-terratest:1.0.0
format: sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tool-box.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: docker buildx build --load --platform 'linux/arm64' -t ${{ env.IMAGE_NAME }}-arm64 .

- name: Run trivy scan
uses: aquasecurity/trivy-action@0.16.1
uses: aquasecurity/trivy-action@0.17.0
with:
image-ref: ${{ env.IMAGE_NAME }}
format: sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
-t ${{ env.REPOSITORY }}:${{ env.VAULT_VERSION }}-arm64 .
- name: Run trivy scan
uses: aquasecurity/trivy-action@0.16.1
uses: aquasecurity/trivy-action@0.17.0
with:
image-ref: ${{ env.REPOSITORY }}:${{ env.VAULT_VERSION }}
format: 'sarif'
Expand Down

0 comments on commit e3cc8aa

Please sign in to comment.