Skip to content

Commit

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

Bump aquasecurity/trivy-action from 0.16.0 to 0.16.1 in /.github/workflows
  • Loading branch information
Constantin07 authored Jan 3, 2024
2 parents c40bc4f + 5f871c1 commit afe8671
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/[email protected].0
uses: aquasecurity/[email protected].1
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/[email protected].0
uses: aquasecurity/[email protected].1
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/[email protected].0
uses: aquasecurity/[email protected].1
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/[email protected].0
uses: aquasecurity/[email protected].1
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/[email protected].0
uses: aquasecurity/[email protected].1
with:
image-ref: ${{ env.REPOSITORY }}:${{ env.VAULT_VERSION }}
format: 'sarif'
Expand Down

0 comments on commit afe8671

Please sign in to comment.