Skip to content

Commit

Permalink
fix: Update working directory for docker scanner workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Sep 3, 2024
1 parent c3f35a1 commit 4711041
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-scanner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@ jobs:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
severity: "UNKNOWN,LOW,MEDIUM,HIGH,CRITICAL"
dockerfile-path: "./.docker/Dockerfile"
dockerfile-path: "Dockerfile"
security-upload: "true"
defaults:
run:
working-directory: ./.docker

0 comments on commit 4711041

Please sign in to comment.