Update images.yaml
This commit is contained in:
parent
596bc771cc
commit
5bd7204f6f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/images.yaml
vendored
4
.github/workflows/images.yaml
vendored
|
@ -186,7 +186,7 @@ jobs:
|
|||
ignore-unfixed: true
|
||||
output: 'trivy-results.sarif'
|
||||
- name: Upload Trivy scan results to GitHub Security tab
|
||||
uses: github/codeql-action/upload-sarif@v3.24.5
|
||||
uses: github/codeql-action/upload-sarif@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
|
||||
with:
|
||||
sarif_file: 'trivy-results.sarif'
|
||||
|
||||
|
@ -238,4 +238,4 @@ jobs:
|
|||
export TAG=$(cat images/nginx-1.25/TAG)
|
||||
cd images/nginx-1.25/rootfs && docker buildx build --platform=${{ env.PLATFORMS }} --push -t ingressnginx/nginx-1.25:${TAG} .
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue