Skip to content

Commit

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

Bump aquasecurity/trivy-action from 0.21.0 to 0.22.0 in /.github/workflows
  • Loading branch information
Constantin07 committed Jun 10, 2024
2 parents b0c85e7 + ce965f2 commit 6112a30
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.21.0
uses: aquasecurity/trivy-action@0.22.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.21.0
uses: aquasecurity/trivy-action@0.22.0
with:
image-ref: 'docker.io/constantin07/docker-nginx-proxy:latest'
security-checks: 'vuln,secret,config'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golang-terratest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,15 @@ jobs:
run: make build

- name: Run trivy scan (console output)
uses: aquasecurity/trivy-action@0.21.0
uses: aquasecurity/trivy-action@0.22.0
with:
image-ref: constantin07/golang-terratest:${{ needs.get-version.outputs.version }}
ignore-unfixed: true
severity: 'LOW,MEDIUM,HIGH,CRITICAL'
format: table

- name: Run trivy scan (report upload)
uses: aquasecurity/trivy-action@0.21.0
uses: aquasecurity/trivy-action@0.22.0
with:
image-ref: constantin07/golang-terratest:${{ needs.get-version.outputs.version }}
ignore-unfixed: true
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.21.0
uses: aquasecurity/trivy-action@0.22.0
with:
image-ref: ${{ env.IMAGE_NAME }}
format: sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vault-agent.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.21.0
uses: aquasecurity/trivy-action@0.22.0
with:
image-ref: ${{ env.REPOSITORY }}:${{ env.VAULT_VERSION }}
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.21.0
uses: aquasecurity/trivy-action@0.22.0
with:
image-ref: ${{ env.REPOSITORY }}:${{ env.VAULT_VERSION }}
format: 'sarif'
Expand Down

0 comments on commit 6112a30

Please sign in to comment.