Skip to content

Commit 329e831

Browse files
authored
feat: add shared PMG (Package Manager Guard) pre-step for supply chain protection (#34672)
1 parent 24f5df0 commit 329e831

8 files changed

Lines changed: 113 additions & 50 deletions

.github/aw/actions-lock.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,11 @@
198198
"version": "v1.308.0",
199199
"sha": "97ecb7b512899eb71ab1bf2310a624c6f1589ac6"
200200
},
201+
"safedep/pmg@v1": {
202+
"repo": "safedep/pmg",
203+
"version": "v1",
204+
"sha": "46cc70db535107183c9e752bb55d1d5c5f1a9290"
205+
},
201206
"super-linter/super-linter@v8.6.0": {
202207
"repo": "super-linter/super-linter",
203208
"version": "v8.6.0",

.github/workflows/agentic-token-audit.lock.yml

Lines changed: 23 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/agentic-token-audit.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ steps:
6969
echo '{"runs":[],"summary":{}}' > /tmp/gh-aw/agent/token-audit/workflow-logs.json
7070
fi
7171
timeout-minutes: 25
72+
imports:
73+
- shared/pmg.md
7274
source: githubnext/agentic-ops/workflows/agentic-token-audit.md@e10687ae8f19a5b37b061db524be27948568c411
7375
---
7476

.github/workflows/dataflow-pr-discussion-dataset.lock.yml

Lines changed: 20 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/dataflow-pr-discussion-dataset.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ network:
1616
- python
1717
- github-actions
1818
imports:
19+
- shared/pmg.md
1920
- uses: shared/discussions-data-fetch.md
2021
- uses: shared/repo-memory-standard.md
2122
with:

0 commit comments

Comments
 (0)