Skip to content

Commit ddb0910

Browse files
committed
Dogfood proof-pr v0.2.4 metadata evidence
1 parent 6f0a853 commit ddb0910

2 files changed

Lines changed: 19 additions & 2 deletions

File tree

.github/workflows/proof-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ permissions:
99

1010
jobs:
1111
proof:
12-
uses: saagpatel/proof-pr/.github/workflows/proof-pr-receipt.yml@v0.2.3
12+
uses: saagpatel/proof-pr/.github/workflows/proof-pr-receipt.yml@v0.2.4
1313
with:
1414
receipt_path: proof-pr.json
15-
proof_pr_ref: v0.2.3
15+
proof_pr_ref: v0.2.4
1616
check_public_git_metadata: true
1717
public_git_metadata_mode: introduced
1818
artifact_name: github-repo-auditor-proof-pr

proof-pr.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,23 @@
116116
"status": "not_applicable",
117117
"required": false,
118118
"summary": "No UI, workbook, dashboard, or visual artifact changed."
119+
},
120+
{
121+
"id": "public-git-metadata",
122+
"kind": "security",
123+
"command": [
124+
"proof-pr",
125+
"check-public-git-metadata",
126+
"--ref",
127+
"HEAD",
128+
"--base-ref",
129+
"origin/main",
130+
"--summary-format",
131+
"text"
132+
],
133+
"status": "passed",
134+
"required": true,
135+
"summary": "Public git metadata checked in introduced mode for origin/main..HEAD; legacy history and tags were not in scope; findings=0."
119136
}
120137
],
121138
"security": {

0 commit comments

Comments
 (0)