Skip to content

Commit 7bb5c6e

Browse files
committed
meta: add AgentScan workflow
Signed-off-by: Matteo Collina <matteo.collina@gmail.com> Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent a6696e2 commit 7bb5c6e

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/workflows/agentscan.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: AgentScan
2+
3+
on:
4+
pull_request_target:
5+
types: [opened]
6+
7+
permissions:
8+
contents: read
9+
10+
jobs:
11+
agentscan:
12+
runs-on: ubuntu-slim
13+
permissions:
14+
pull-requests: write
15+
issues: write
16+
contents: read
17+
steps:
18+
- name: AgentScan
19+
uses: MatteoGabriele/agentscan-action@6053584f80580b30ac2d32c87873ac0d67fd947a # v1.0.1
20+
with:
21+
github-token: ${{ secrets.GITHUB_TOKEN }}
22+
agent-scan-comment: false

0 commit comments

Comments
 (0)