diff --git a/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/actions/zip/github-sast-report.yaml b/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/actions/zip/github-sast-report.yaml index 585b9862b0..b4c7f6f01e 100644 --- a/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/actions/zip/github-sast-report.yaml +++ b/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/actions/zip/github-sast-report.yaml @@ -41,6 +41,8 @@ steps: - name: staticScanSummary uri: /api/v3/scans/${parameters.release.currentStaticScanId}/summary if: ${parameters.release.currentStaticScanId!=null} + onFail: + - warn: Unable to load static scan summary, some scan metadata may be missing from the report - progress: Processing issue data - requests: - name: issues diff --git a/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/actions/zip/gitlab-sast-report.yaml b/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/actions/zip/gitlab-sast-report.yaml index 26b530ca86..0e75cf060c 100644 --- a/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/actions/zip/gitlab-sast-report.yaml +++ b/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/actions/zip/gitlab-sast-report.yaml @@ -27,6 +27,8 @@ steps: - name: staticScanSummary uri: /api/v3/scans/${parameters.release.currentStaticScanId}/summary if: ${parameters.release.currentStaticScanId!=null} + onFail: + - warn: Unable to load static scan summary, some scan metadata may be missing from the report - progress: Processing issue data - requests: - name: issues diff --git a/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/actions/zip/sarif-sast-report.yaml b/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/actions/zip/sarif-sast-report.yaml index 529340c79d..c4678426a0 100644 --- a/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/actions/zip/sarif-sast-report.yaml +++ b/fcli-core/fcli-fod/src/main/resources/com/fortify/cli/fod/actions/zip/sarif-sast-report.yaml @@ -43,6 +43,8 @@ steps: - name: staticScanSummary uri: /api/v3/scans/${parameters.release.currentStaticScanId}/summary if: ${parameters.release.currentStaticScanId!=null} + onFail: + - warn: Unable to load static scan summary, some scan metadata may be missing from the report - progress: Processing issue data - requests: - name: issues