We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e2065 commit 2eab0f3Copy full SHA for 2eab0f3
.github/workflows/maven.yml
@@ -25,4 +25,5 @@ jobs:
25
- name: Run findSecBugs scan
26
run: |
27
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
+ cd ./findsecbugs-cli-1.10.1
29
+ ./findsecbugs.sh -progress -html -output report.htm target/JavaVulnerableLab.war
0 commit comments