fixed action workflows
Build and push Nginx on almalinux based container images / Build nginx container images (1.22) (push) Successful in 3m8s Details
Build and push Nginx on almalinux based container images / Build nginx container images (1.24) (push) Successful in 3m19s Details
Build and push Nginx on alpine based container images / Build nginx container images (map[alpine:3.17 nginx:1.22]) (push) Successful in 59s Details
Build and push Nginx on almalinux based container images / Build latest nginx almalinux based container images (push) Successful in 2m42s Details
Build and push Nginx on alpine based container images / Build nginx container images (map[alpine:3.19 nginx:1.24]) (push) Successful in 1m2s Details
Build and push Nginx on alpine based container images / Build nginx container images (map[alpine:3.21 nginx:1.26]) (push) Successful in 1m26s Details
Build and push Nginx on alpine based container images / Build latest nginx alpine based container images (push) Successful in 39s Details

This commit is contained in:
Muhamad Aditya Prima 2024-12-16 00:54:42 +07:00
parent ab3ecd598d
commit 6642f684ea
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ jobs:
- name: Scan container image with Trivy - name: Scan container image with Trivy
uses: aquasecurity/trivy-action@0.20.0 uses: aquasecurity/trivy-action@0.20.0
with: with:
image-ref: '${{ vars.DOCKERHUB_USERNAME }}/nginx:${{ matrix.version.nginx }}-almalinux' image-ref: '${{ vars.DOCKERHUB_USERNAME }}/nginx:${{ matrix.version }}-almalinux'
format: 'sarif' format: 'sarif'
output: 'trivy-results.sarif' output: 'trivy-results.sarif'
build-latest: build-latest: