AAE-47093 Update Supply Chain Review GH AW to latest (#12025)

[skip ci]
This commit is contained in:
Domenico Sibilio
2026-07-02 11:59:47 +02:00
committed by GitHub
parent 699f45e486
commit af0d1e4ead
3 changed files with 378 additions and 217 deletions
-31
View File
@@ -1,31 +0,0 @@
{
"entries": {
},
"containers": {
"ghcr.io/github/gh-aw-firewall/agent:0.25.58": {
"image": "ghcr.io/github/gh-aw-firewall/agent:0.25.58",
"digest": "sha256:a316a2c021accba8a9ea194c75466b0c4a166be6ac783bf8c2d0afd73373dec2",
"pinned_image": "ghcr.io/github/gh-aw-firewall/agent:0.25.58@sha256:a316a2c021accba8a9ea194c75466b0c4a166be6ac783bf8c2d0afd73373dec2"
},
"ghcr.io/github/gh-aw-firewall/api-proxy:0.25.58": {
"image": "ghcr.io/github/gh-aw-firewall/api-proxy:0.25.58",
"digest": "sha256:43a5cdbe4e1156920dcdaab26d6c6761777d5c6bdc572d7d07b11739fb34c749",
"pinned_image": "ghcr.io/github/gh-aw-firewall/api-proxy:0.25.58@sha256:43a5cdbe4e1156920dcdaab26d6c6761777d5c6bdc572d7d07b11739fb34c749"
},
"ghcr.io/github/gh-aw-firewall/squid:0.25.58": {
"image": "ghcr.io/github/gh-aw-firewall/squid:0.25.58",
"digest": "sha256:558682b7b6313a5443cbb3d702899823bd732f991c8b52db6b5b8066abefe7a1",
"pinned_image": "ghcr.io/github/gh-aw-firewall/squid:0.25.58@sha256:558682b7b6313a5443cbb3d702899823bd732f991c8b52db6b5b8066abefe7a1"
},
"ghcr.io/github/gh-aw-mcpg:v0.3.22": {
"image": "ghcr.io/github/gh-aw-mcpg:v0.3.22",
"digest": "sha256:ce5c6f5461b077af0d8e8eb1763436e85153f8e9531117d58a7bdb23de71f00a",
"pinned_image": "ghcr.io/github/gh-aw-mcpg:v0.3.22@sha256:ce5c6f5461b077af0d8e8eb1763436e85153f8e9531117d58a7bdb23de71f00a"
},
"ghcr.io/github/github-mcp-server:v1.1.0": {
"image": "ghcr.io/github/github-mcp-server:v1.1.0",
"digest": "sha256:71b07d9abecb83b4a2595bcd8ccb35f9a0166361a12335f9e16da1ef07172029",
"pinned_image": "ghcr.io/github/github-mcp-server:v1.1.0@sha256:71b07d9abecb83b4a2595bcd8ccb35f9a0166361a12335f9e16da1ef07172029"
}
}
}
File diff suppressed because one or more lines are too long
+6 -3
View File
@@ -10,7 +10,7 @@ permissions:
engine:
id: copilot
model: gpt-5.4-nano
model: gpt-5-mini
tools:
github:
@@ -30,9 +30,11 @@ safe-outputs:
hide-older-comments: true
add-labels:
allowed: [security:low, security:medium, security:high]
remove-labels:
allowed: [security:low, security:medium, security:high]
submit-pull-request-review:
source: Alfresco/alfresco-build-tools/.github/workflows/supply-chain-review.md@52467f0241079de71fe14591f97bdec7555ab545
source: Alfresco/alfresco-build-tools/.github/workflows/supply-chain-review.md@7479d99410acb8b63f78a5b17abb3b8ebec3a66d
---
# Supply Chain Review
@@ -336,7 +338,8 @@ No suspicious patterns detected. Routine upgrade.
## Step 6 — Apply Label and Review Status
- Apply a label to the PR based on the highest risk level found:
- First, remove any `security:low`, `security:medium`, or `security:high` labels already present on the PR from a previous review — this PR may have been reviewed before (e.g., after a new commit), and stale risk labels must not remain alongside the new one.
- Then apply a label to the PR based on the highest risk level found:
- `security:low` for LOW risk
- `security:medium` for MEDIUM risk
- `security:high` for HIGH or CRITICAL risk