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.8
uses: saagpatel/proof-pr/.github/workflows/proof-pr-receipt.yml@v0.2.9
with:
receipt_path: proof-pr.json
proof_pr_ref: v0.2.8
proof_pr_ref: v0.2.9
check_public_git_metadata: true
public_git_metadata_mode: introduced
artifact_name: github-repo-auditor-proof-pr
Expand Down
4 changes: 3 additions & 1 deletion docs/proof-pr-dogfood.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment and render the proof block from a generated receipt:
```bash
python3 -m venv /tmp/gra-proof-pr-venv
/tmp/gra-proof-pr-venv/bin/python -m pip install \
git+https://github.com/saagpatel/proof-pr.git@v0.2.8
git+https://github.com/saagpatel/proof-pr.git@v0.2.9
/tmp/gra-proof-pr-venv/bin/proof-pr init \
--cwd . \
--tier T1 \
Expand All @@ -33,6 +33,8 @@ python3 -m venv /tmp/gra-proof-pr-venv
`receipt-hygiene --explain` is the author-facing nudge for incomplete receipts.
Add `--check <id> --fix-only` when you want just one copyable command and compact
receipt patch, instead of the full hygiene report. It keeps hygiene read-only.
The reusable workflow writes the normal hygiene report plus a focused public git
metadata fix block to the GitHub job summary when that finding exists.

For GithubRepoAuditor, keep the risk tier honest:

Expand Down
Loading