Skip to content

Commit

Permalink
fix: fcli fod action run *-sast-report: Warn instead of fail if sca…
Browse files Browse the repository at this point in the history
…n summary is not (yet) available from FoD
  • Loading branch information
rsenden committed Sep 9, 2024
1 parent ae80893 commit 077157f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 077157f

Please sign in to comment.