From c8416391773bb34599cde31553c02a88dd2b0698 Mon Sep 17 00:00:00 2001 From: Z4ck404 Date: Wed, 4 Sep 2024 17:11:33 +0200 Subject: [PATCH] [.github] fix the image tag in the trivy scanner workflow --- .github/workflows/trivy-image-scanning.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy-image-scanning.yaml b/.github/workflows/trivy-image-scanning.yaml index 966e27439..cf5f11b9a 100644 --- a/.github/workflows/trivy-image-scanning.yaml +++ b/.github/workflows/trivy-image-scanning.yaml @@ -7,7 +7,7 @@ on: env: PUBLIC_ECR: public.ecr.aws/ocean-spark IMAGE_NAME: spark-operator - IMAGE_TAG: main + IMAGE_TAG: ocean-spark jobs: public-ecr-scan: