Skip to content

Commit ab8c9f9

Browse files
fix trivy workflow
1 parent 966956b commit ab8c9f9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/trivy-vulnerability-triage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@ jobs:
105105
Return your full report as markdown in the `report` field.
106106
107107
- name: Write job summary
108-
run: |
109-
echo '${{ steps.claude.outputs.structured_output }}' | jq -r '.report' >> "$GITHUB_STEP_SUMMARY"
108+
env:
109+
STRUCTURED_OUTPUT: ${{ steps.claude.outputs.structured_output }}
110+
run: echo "$STRUCTURED_OUTPUT" | jq -r '.report' >> "$GITHUB_STEP_SUMMARY"

0 commit comments

Comments
 (0)