Skip to content

Commit

Permalink
Bump aquasecurity/trivy-action in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.15.0 to 0.16.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.15.0...0.16.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Dec 11, 2023
1 parent 52305f3 commit e289ba9
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.15.0
uses: aquasecurity/trivy-action@0.16.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.15.0
uses: aquasecurity/trivy-action@0.16.0
with:
image-ref: 'docker.io/constantin07/docker-nginx-proxy:latest'

Check failure on line 46 in .github/workflows/docker-nginx-proxy.yml

View workflow job for this annotation

GitHub Actions / pre-commit

46:22 [quoted-strings] string value is redundantly quoted with double quotes
security-checks: 'vuln,secret,config'

Check failure on line 47 in .github/workflows/docker-nginx-proxy.yml

View workflow job for this annotation

GitHub Actions / pre-commit

47:28 [quoted-strings] string value is redundantly quoted with double quotes
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.15.0
uses: aquasecurity/trivy-action@0.16.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.15.0
uses: aquasecurity/trivy-action@0.16.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.15.0
uses: aquasecurity/trivy-action@0.16.0
with:
image-ref: ${{ env.REPOSITORY }}:${{ env.VAULT_VERSION }}
format: 'sarif'
Expand Down

0 comments on commit e289ba9

Please sign in to comment.