Skip to content

Commit

Permalink
Fix error in workflow. (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke authored Oct 10, 2024
1 parent 46459cf commit 1f9b706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
image: ghcr.io/aquasecurity/trivy:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/runner/work/coherence-py-client/coherence-py-client:/repo
- /home/runner/work/coherence-js-client/coherence-js-client:/repo

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1f9b706

Please sign in to comment.