Skip to content

Commit 2eab0f3

Browse files
committed
fixing find sec bugs scan
1 parent 34e2065 commit 2eab0f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ jobs:
2525
- name: Run findSecBugs scan
2626
run: |
2727
chmod +x ./findsecbugs-cli-1.10.1/findsecbugs.sh
28-
./findsecbugs-cli-1.10.1/findsecbugs.sh -progress -html -output report.htm target/JavaVulnerableLab.war
28+
cd ./findsecbugs-cli-1.10.1
29+
./findsecbugs.sh -progress -html -output report.htm target/JavaVulnerableLab.war

0 commit comments

Comments
 (0)