Skip to content

Commit

Permalink
Update fortify.yml (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron authored Mar 27, 2024
1 parent 9a5f8af commit 6aa95cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fortify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Package Code + Dependencies
run: scancentral package $PACKAGE_OPTS -o package.zip
env:
PACKAGE_OPTS: "-bt mvn"
PACKAGE_OPTS: "-bt gradle"

# 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 6aa95cd

Please sign in to comment.