Skip to content

Commit 2f8b332

Browse files
committed
ci: migrate agentscan-action to v2
1 parent fc49362 commit 2f8b332

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/agent-scan.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
uses: MatteoGabriele/agentscan-action@c357c0985e0d5ae9220fa0adda1a170831eebd81 # v2.0.0
2525
with:
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
27-
skip-members: "dependabot[bot],renovate[bot]"
28-
agent-scan-comment: false
27+
mode: silent
2928
- name: Handle flagged PR
3029
if: contains(fromJSON('["automation","mixed"]'), steps.agentscan.outputs.classification) || steps.agentscan.outputs.community-flagged == 'true'
3130
env:

0 commit comments

Comments
 (0)