Skip to content

Commit cd8d979

Browse files
authored
Merge pull request #12 from dgolive/sec/CVE-2025-53547
epontech docker repo
2 parents efc6eb0 + ce50f35 commit cd8d979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ghactions-cicd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs: # Define jobs to run
3232
context: . # Build context is the root of the repository
3333
file: ./Dockerfile # Dockerfile location
3434
push: true # Push the image after building
35-
tags: danilogo/istio-analyzer-exporter:v1.0.11 # Tag for the Docker image
35+
tags: epontech/istio-analyzer-exporter:v1.0.11 # Tag for the Docker image
3636

3737

3838
security-code-review:
@@ -50,6 +50,6 @@ jobs: # Define jobs to run
5050
uses: docker/scout-action@v1
5151
with:
5252
command: cves
53-
image: danilogo/istio-analyzer-exporter:v1.0.11
53+
image: epontech/istio-analyzer-exporter:v1.0.11
5454
dockerhub-user: ${{ secrets.DOCKERHUB_USERNAME }}
5555
dockerhub-password: ${{ secrets.DOCKERHUB_TOKEN }}

0 commit comments

Comments
 (0)