From 5a918675a7a19eac9f128bee528612b271dbb0e1 Mon Sep 17 00:00:00 2001 From: Artem Yurchenko Date: Tue, 19 Nov 2024 17:05:23 +0100 Subject: [PATCH] fix(ci): fix image name in security scan step --- .github/workflows/validate_new_changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_new_changes.yml b/.github/workflows/validate_new_changes.yml index 2dcbfd5..fba36b7 100644 --- a/.github/workflows/validate_new_changes.yml +++ b/.github/workflows/validate_new_changes.yml @@ -100,7 +100,7 @@ jobs: - name: "Run Dockerfile security scanner" run: "docker run --rm --group-add $(getent group docker | cut -d: -f3) -v /var/run/docker.sock:/var/run/docker.sock - ghcr.io/articola-tools/dockerfile-security-scanner local/yaml-linter-pr:latest" + ghcr.io/articola-tools/dockerfile-security-scanner local/markdown-linter-pr:latest" validate-dockerfile-changes: runs-on: "ubuntu-latest"