Skip to content

Commit 5779dea

Browse files
authored
Merge pull request #199 from psiinon/scan/webseclab2
Update webseclab command
2 parents 55385f3 + a62788a commit 5779dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zap-vs-webseclab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Start Webseclab
3333
run: |
34-
docker run --network="host" -p 9090:9090 -d psiinon/webseclab /go/bin/webseclab -http=:9090
34+
docker run --network="host" -p 9090:9090 -d psiinon/webseclab
3535
3636
- name: Scan Webseclab
3737
run: |

0 commit comments

Comments
 (0)