Skip to content

Commit 6cc10ef

Browse files
committed
Put code under test in correct place
1 parent 06ad311 commit 6cc10ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/live.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- uses: actions/upload-artifact@v4
2828
with:
2929
name: report-${{ matrix.os }}
30-
path: WebGoat/statica.html
30+
path: /tmp/WebGoat/statica.html

live.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/bash
22

33

4-
gh repo clone WebGoat/WebGoat
54

65
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
76

@@ -13,4 +12,5 @@ pipx install sarif-tools
1312
npm install -g jscpd-sarif-reporter
1413
cd /tmp
1514

15+
gh repo clone WebGoat/WebGoat
1616
statica WebGoat html

0 commit comments

Comments
 (0)