Skip to content

Commit

Permalink
chore: Enable FoD Debricked scan
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Sep 19, 2023
1 parent 8d5acfd commit f03dcb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fortify-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Package Code + Dependencies
run: scancentral package $PACKAGE_OPTS -o package.zip
env:
PACKAGE_OPTS: "-bt gradle"
PACKAGE_OPTS: "-bt gradle -oss"

# Start Fortify on Demand SAST scan and wait until results complete. For more information on FoDUploader commands, see https://github.com/fod-dev/fod-uploader-java
# TODO: Update ENV variables for your application and create the necessary GitHub Secrets. Helpful hints:
Expand Down

0 comments on commit f03dcb7

Please sign in to comment.