We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966956b commit ab8c9f9Copy full SHA for ab8c9f9
.github/workflows/trivy-vulnerability-triage.yml
@@ -105,5 +105,6 @@ jobs:
105
Return your full report as markdown in the `report` field.
106
107
- name: Write job summary
108
- run: |
109
- echo '${{ steps.claude.outputs.structured_output }}' | jq -r '.report' >> "$GITHUB_STEP_SUMMARY"
+ env:
+ STRUCTURED_OUTPUT: ${{ steps.claude.outputs.structured_output }}
110
+ run: echo "$STRUCTURED_OUTPUT" | jq -r '.report' >> "$GITHUB_STEP_SUMMARY"
0 commit comments