We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0e432 commit 5631579Copy full SHA for 5631579
1 file changed
.github/workflows/trivy-vulnerability-triage.yml
@@ -82,6 +82,7 @@ jobs:
82
name: trivy-results
83
84
- name: Analyze and create Linear issues
85
+ id: claude
86
uses: anthropics/claude-code-action@v1
87
with:
88
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
@@ -98,4 +99,7 @@ jobs:
98
99
item. Read files such as `Dockerfile`, `package.json` and `go.mod` to gather information about
100
dependencies within Sourcebot. Use `yarn why <package> --recursive` to determine why a given
101
npm package is being included. Report your findings in a concise and readible format for a engineer
- to review.
102
+ to review.
103
+
104
+ - name: Write job summary
105
+ run: echo "${{ steps.claude.outputs.conclusion }}" >> "$GITHUB_STEP_SUMMARY"
0 commit comments