Skip to content

Commit

Permalink
fix(ci): fix image name in security scan step
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemkaKun committed Nov 19, 2024
1 parent a6fa601 commit 5a91867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_new_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5a91867

Please sign in to comment.