Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo2701 committed Apr 11, 2024
1 parent 79edcda commit 6ad7a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2-
- name: Run Fortify SCA translate
run: sourceanalyzer -b webgoat mvn --no-transfer-progress verify
run: sourceanalyzer -b webgoat mvn package
- name: Run Fortify SCA scan
run: sourceanalyzer -b webgoat -scan -f webgoat.fpr
- name: Setup Fortify tools
Expand Down

0 comments on commit 6ad7a70

Please sign in to comment.