Skip to content

Commit

Permalink
Update workflow replacing absolute path with relative path due to doc…
Browse files Browse the repository at this point in the history
…kerfile permissions
  • Loading branch information
LeonardoLordelloFontes committed Oct 29, 2024
1 parent 02bd73d commit 044f293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- run: make build
- name: docker run
run: |
docker run -v "$(pwd)":/repo -t checkmarx/2ms:latest git /repo --report-path /output/results.json --ignore-on-exit results
docker run -v "$(pwd)":/repo -t checkmarx/2ms:latest git /repo --report-path output/results.json --ignore-on-exit results
kics:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 044f293

Please sign in to comment.