From f03dcb7344144a66045d814128bf02ffb64ccc30 Mon Sep 17 00:00:00 2001 From: Ruud Senden <8635138+rsenden@users.noreply.github.com> Date: Tue, 19 Sep 2023 09:39:17 +0200 Subject: [PATCH] chore: Enable FoD Debricked scan --- .github/workflows/fortify-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fortify-analysis.yml b/.github/workflows/fortify-analysis.yml index c7a74d6778..fc9e7c563f 100644 --- a/.github/workflows/fortify-analysis.yml +++ b/.github/workflows/fortify-analysis.yml @@ -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: