Skip to content

Commit 1f9b706

Browse files
authored
Fix error in workflow. (#95)
1 parent 46459cf commit 1f9b706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
image: ghcr.io/aquasecurity/trivy:latest
2121
volumes:
2222
- /var/run/docker.sock:/var/run/docker.sock
23-
- /home/runner/work/coherence-py-client/coherence-py-client:/repo
23+
- /home/runner/work/coherence-js-client/coherence-js-client:/repo
2424

2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)