We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6696e2 commit 7bb5c6eCopy full SHA for 7bb5c6e
1 file changed
.github/workflows/agentscan.yml
@@ -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
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