Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/proof-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ permissions:

jobs:
proof:
uses: saagpatel/proof-pr/.github/workflows/proof-pr-receipt.yml@v0.2.3
uses: saagpatel/proof-pr/.github/workflows/proof-pr-receipt.yml@v0.2.4
with:
receipt_path: proof-pr.json
proof_pr_ref: v0.2.3
proof_pr_ref: v0.2.4
check_public_git_metadata: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use noreply metadata before enabling the gate

When this manual proof workflow is run for this PR branch, the newly enabled public-metadata check scans the introduced range and rejects author/committer emails that are not GitHub noreply addresses. This commit itself has both author and committer set to Codex <codex@openai.com> (git log 6799a4d^..6799a4d --format=...), so the v0.2.4 gate will fail on the change that added it, and the receipt's findings=0 evidence is already stale. Amend/regenerate the commit with noreply metadata or leave the gate disabled until the introduced range is clean.

Useful? React with 👍 / 👎.

public_git_metadata_mode: introduced
artifact_name: github-repo-auditor-proof-pr
Expand Down
17 changes: 17 additions & 0 deletions proof-pr.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,23 @@
"status": "not_applicable",
"required": false,
"summary": "No UI, workbook, dashboard, or visual artifact changed."
},
{
"id": "public-git-metadata",
"kind": "security",
"command": [
"proof-pr",
"check-public-git-metadata",
"--ref",
"HEAD",
"--base-ref",
"origin/main",
"--summary-format",
"text"
],
"status": "passed",
"required": true,
"summary": "Public git metadata checked in introduced mode for origin/main..HEAD; legacy history and tags were not in scope; findings=0."
}
],
"security": {
Expand Down
Loading