AAE-46388 Add Supply Chain Review agentic workflow (#11927)

[skip ci]
This commit is contained in:
Domenico Sibilio
2026-05-29 15:55:51 +02:00
committed by GitHub
parent cfdd3f9c50
commit e40fd2250e
5 changed files with 1939 additions and 0 deletions
@@ -0,0 +1,32 @@
name: Supply Chain Review - PR Instructions
on:
pull_request:
types: [opened, reopened, synchronize]
paths:
- "package.json"
- "package-lock.json"
- "**/package.json"
- "**/package-lock.json"
- "pom.xml"
- "**/pom.xml"
jobs:
instructions:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: Alfresco/alfresco-build-tools/.github/actions/github-upsert-comment@a6a8be7429080c132815d0482a55ae4fd28f15ba # v18.7.0
with:
comment-identifier: supply-chain-review-instructions
comment-body: |
## 🔒 Supply Chain Security
This PR modifies dependencies. To run a security analysis, comment:
```
/supply-chain-review
```
The analysis will check for vulnerabilities, typosquatting, maintainer takeovers, and other supply chain risks.