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 4f6cfee commit 5057227Copy full SHA for 5057227
.github/workflows/maven.yml
@@ -22,8 +22,11 @@ jobs:
22
java-version: 1.8
23
- name: Build with Maven
24
run: mvn -B package --file pom.xml
25
+ - name: Post Build cleanup and scan prep
26
+ run: |
27
+ cp ./target/JavaVulnerableLab.war ./
28
+ rm -rf target
29
- name: Run findSecBugs scan
30
run: |
31
chmod +x ./findsecbugs-cli-1.10.1/findsecbugs.sh
- cd ./findsecbugs-cli-1.10.1
- ./findsecbugs.sh -progress -html -output report.htm ./target/JavaVulnerableLab.war
32
+ ./findsecbugs-cli-1.10.1/findsecbugs.sh -progress -html -output report.htm ./JavaVulnerableLab.war
0 commit comments