Skip to content

Commit

Permalink
Update cloudbuild_fortify_sast_fod.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitbaryha1 committed Jun 27, 2024
1 parent 69da9f5 commit 97925c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions devops-integrations/gcp/cloudbuild_fortify_sast_fod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit 97925c5

Please sign in to comment.