Skip to content

Commit 5631579

Browse files
wip on trivy triage
1 parent bd0e432 commit 5631579

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
name: trivy-results
8383

8484
- name: Analyze and create Linear issues
85+
id: claude
8586
uses: anthropics/claude-code-action@v1
8687
with:
8788
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
@@ -98,4 +99,7 @@ jobs:
9899
item. Read files such as `Dockerfile`, `package.json` and `go.mod` to gather information about
99100
dependencies within Sourcebot. Use `yarn why <package> --recursive` to determine why a given
100101
npm package is being included. Report your findings in a concise and readible format for a engineer
101-
to review.
102+
to review.
103+
104+
- name: Write job summary
105+
run: echo "${{ steps.claude.outputs.conclusion }}" >> "$GITHUB_STEP_SUMMARY"

0 commit comments

Comments
 (0)