Skip to content

Commit

Permalink
Merge branch 'main' into feat/add-opentracing-debian-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Apr 14, 2022
2 parents 7c6eeb1 + 31d7f33 commit 2970779
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ jobs:
BUILD_OS=${{ matrix.image }}
IC_VERSION=${{ steps.var.outputs.ic_version }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected].3
uses: aquasecurity/[email protected].4
continue-on-error: true
with:
image-ref: nginx/nginx-ingress:${{ steps.meta.outputs.version }}
Expand Down Expand Up @@ -584,7 +584,7 @@ jobs:
"nginx-repo.crt=${{ secrets.NGINX_CRT }}"
"nginx-repo.key=${{ secrets.NGINX_KEY }}"
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected].3
uses: aquasecurity/[email protected].4
continue-on-error: true
with:
image-ref: docker.io/${{ matrix.image }}:${{ steps.meta.outputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
IC_VERSION=v${{ needs.variables.outputs.kic-tag }}
if: ${{ matrix.needs-updating == 'true' }}
- name: Run Trivy vulnerability scanner
uses: aquasecurity/[email protected].3
uses: aquasecurity/[email protected].4
continue-on-error: true
with:
image-ref: nginx/nginx-ingress:${{ steps.meta.outputs.version }}
Expand Down

0 comments on commit 2970779

Please sign in to comment.