We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ad311 commit 6cc10efCopy full SHA for 6cc10ef
.github/workflows/live.yml
@@ -27,4 +27,4 @@ jobs:
27
- uses: actions/upload-artifact@v4
28
with:
29
name: report-${{ matrix.os }}
30
- path: WebGoat/statica.html
+ path: /tmp/WebGoat/statica.html
live.sh
@@ -1,7 +1,6 @@
1
#!/bin/bash
2
3
4
-gh repo clone WebGoat/WebGoat
5
6
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
7
@@ -13,4 +12,5 @@ pipx install sarif-tools
13
12
npm install -g jscpd-sarif-reporter
14
cd /tmp
15
+gh repo clone WebGoat/WebGoat
16
statica WebGoat html
0 commit comments