From 7bb5c6e6ed0df511a02cea9632619e14e8a0c107 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Sat, 16 May 2026 12:04:21 +0200 Subject: [PATCH] meta: add AgentScan workflow Signed-off-by: Matteo Collina Signed-off-by: Matteo Collina --- .github/workflows/agentscan.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/agentscan.yml diff --git a/.github/workflows/agentscan.yml b/.github/workflows/agentscan.yml new file mode 100644 index 00000000000000..81816c2dfa29e0 --- /dev/null +++ b/.github/workflows/agentscan.yml @@ -0,0 +1,22 @@ +name: AgentScan + +on: + pull_request_target: + types: [opened] + +permissions: + contents: read + +jobs: + agentscan: + runs-on: ubuntu-slim + permissions: + pull-requests: write + issues: write + contents: read + steps: + - name: AgentScan + uses: MatteoGabriele/agentscan-action@6053584f80580b30ac2d32c87873ac0d67fd947a # v1.0.1 + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + agent-scan-comment: false