fix(workflow): markdown fix

This commit is contained in:
2025-10-05 21:38:37 -04:00
parent 2a3d9b839d
commit 05af1abfc1

View File

@@ -30,7 +30,7 @@ jobs:
- name: Build summary string - name: Build summary string
run: | run: |
jq -r '.last_scan | "_Last scan: \(.date)_\n\nCritical: \(.critical)\nHigh: \(.high)\nMedium: \(.medium)\nLow: \(.low)\n\nTotal: \(.total)"' trivy_sanitized.json > summary.txt jq -r '.last_scan | "_Last scan: \(.date)_<br><br>Critical: \(.critical)<br>High: \(.high)<br>Medium: \(.medium)<br>Low: \(.low)<br><br>Total: \(.total)"' trivy_sanitized.json > summary.txt
- name: Update README - name: Update README
run: | run: |