Skip to content

Commit

Permalink
Merge pull request #96 from 0GiS0/fix/docker-path
Browse files Browse the repository at this point in the history
Update Docker scan workflows to use the correct Dockerfile path 🐳
  • Loading branch information
0GiS0 authored Dec 28, 2024
2 parents 3432829 + 4397fba commit afa05fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
security-events: write
uses: 0GiS0/scan-docker-vulnerabilities/.github/workflows/checkov.yaml@main
with:
dockerfile_path: src/Dockerfile
dockerfile_path: build/docker/Dockerfile

trivy:
permissions:
contents: read
security-events: write
uses: 0GiS0/scan-docker-vulnerabilities/.github/workflows/trivy.yaml@main
with:
dockerfile_path: src/Dockerfile
dockerfile_path: build/docker/Dockerfile
context: ./src

grype:
Expand All @@ -33,7 +33,7 @@ jobs:
security-events: write
uses: 0GiS0/scan-docker-vulnerabilities/.github/workflows/grype.yaml@main
with:
dockerfile_path: src/Dockerfile
dockerfile_path: build/docker/Dockerfile
context: ./src

snyk:
Expand All @@ -42,7 +42,7 @@ jobs:
security-events: write
uses: 0GiS0/scan-docker-vulnerabilities/.github/workflows/snyk.yaml@main
with:
dockerfile_path: src/Dockerfile
dockerfile_path: build/docker/Dockerfile
context: ./src

secrets:
Expand Down

0 comments on commit afa05fb

Please sign in to comment.