File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,7 @@ jobs:
475475 echo "| ID | Source | Severity | Package | Linear Status |" >> "$GITHUB_STEP_SUMMARY"
476476 echo "|----|--------|----------|---------|---------------|" >> "$GITHUB_STEP_SUMMARY"
477477
478- echo "$STRUCTURED_OUTPUT" | jq -r '.cves[] | "| \(.cveId) | \(.source) | \(.severity) | \(.affectedPackage) | \(if .linearIssueExists then (if . linearIssueClosed then "Reopen" else "Existing") else "New" end) |"' >> "$GITHUB_STEP_SUMMARY"
478+ echo "$STRUCTURED_OUTPUT" | jq -r '.cves[] | "| \(.cveId) | \(.source) | \(.severity) | \(.affectedPackage) | \(if .linearIssueClosed then "Reopen" elif .linearIssueExists then "Existing" else "New" end) |"' >> "$GITHUB_STEP_SUMMARY"
479479
480480 echo "" >> "$GITHUB_STEP_SUMMARY"
481481 echo "### Details" >> "$GITHUB_STEP_SUMMARY"
You can’t perform that action at this time.
0 commit comments