From 97925c59513367bc0cf93816e015f94429237b71 Mon Sep 17 00:00:00 2001 From: Rohit Baryha <72431329+rohitbaryha1@users.noreply.github.com> Date: Thu, 27 Jun 2024 12:49:11 +0530 Subject: [PATCH] Update cloudbuild_fortify_sast_fod.yaml --- devops-integrations/gcp/cloudbuild_fortify_sast_fod.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devops-integrations/gcp/cloudbuild_fortify_sast_fod.yaml b/devops-integrations/gcp/cloudbuild_fortify_sast_fod.yaml index 83d380e..834493b 100644 --- a/devops-integrations/gcp/cloudbuild_fortify_sast_fod.yaml +++ b/devops-integrations/gcp/cloudbuild_fortify_sast_fod.yaml @@ -15,7 +15,7 @@ steps: args: ['build', '-t', 'gcr.io/$PROJECT_ID/iwa_java:latest', '-t', 'gcr.io/$PROJECT_ID/iwa_java:$COMMIT_SHA', '-t', 'gcr.io/$PROJECT_ID/iwa_java:$BUILD_ID', '.'] id: 'build-image-IWAJava' -- name: 'fortifydocker/fortify-ci-tools:latest' +- name: 'fortifydocker/fortify-ci-tools:5.4.1-jdk-17' entrypoint: bash args: - -c @@ -36,7 +36,6 @@ steps: id: 'fortify-static-scan' waitFor: ['build-image-IWAJava'] availableSecrets: - secretManager: secretManager: - versionName: projects/$PROJECT_ID/secrets/FCLI_DEFAULT_FOD_URL/versions/latest env: 'FCLI_DEFAULT_FOD_URL'