From 63598eee77becc567eeaf7f9da957ff95da72c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:04:32 +0000 Subject: [PATCH] Bump fortify/gha-setup-fod-uploader from 1 to 1.1 Bumps [fortify/gha-setup-fod-uploader](https://github.com/fortify/gha-setup-fod-uploader) from 1 to 1.1. - [Release notes](https://github.com/fortify/gha-setup-fod-uploader/releases) - [Changelog](https://github.com/fortify/gha-setup-fod-uploader/blob/master/CHANGELOG.md) - [Commits](https://github.com/fortify/gha-setup-fod-uploader/compare/v1...v1.1) Signed-off-by: dependabot[bot] --- .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 03ddf91..d73761e 100644 --- a/.github/workflows/fortify-analysis.yml +++ b/.github/workflows/fortify-analysis.yml @@ -63,7 +63,7 @@ jobs: # Credentials and release ID should be obtained from your FoD tenant (either Personal Access Token or API Key can be used). # Automated Audit preference should be configured for the release's Static Scan Settings in the Fortify on Demand portal. - name: Download Fortify on Demand Universal CI Tool - uses: fortify/gha-setup-fod-uploader@v1 + uses: fortify/gha-setup-fod-uploader@v1.1 - name: Perform SAST Scan run: java -jar $FOD_UPLOAD_JAR -z package.zip -aurl $FOD_API_URL -purl $FOD_URL -rid "$FOD_RELEASE_ID" -tc "$FOD_TENANT" -uc "$FOD_USER" "$FOD_PAT" $FOD_UPLOADER_OPTS -n "$FOD_UPLOADER_NOTES" env: