From 6642f684ea3eeb01583fc16bb5777e203f107597 Mon Sep 17 00:00:00 2001 From: Muhamad Aditya Prima Date: Mon, 16 Dec 2024 00:54:42 +0700 Subject: [PATCH] fixed action workflows --- .gitea/workflows/almalinux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/almalinux.yaml b/.gitea/workflows/almalinux.yaml index 19f1813..48a97ec 100644 --- a/.gitea/workflows/almalinux.yaml +++ b/.gitea/workflows/almalinux.yaml @@ -40,7 +40,7 @@ jobs: - name: Scan container image with Trivy uses: aquasecurity/trivy-action@0.20.0 with: - image-ref: '${{ vars.DOCKERHUB_USERNAME }}/nginx:${{ matrix.version.nginx }}-almalinux' + image-ref: '${{ vars.DOCKERHUB_USERNAME }}/nginx:${{ matrix.version }}-almalinux' format: 'sarif' output: 'trivy-results.sarif' build-latest: