From c963a0c6727f4cfd9fb4054beff093b047c6d265 Mon Sep 17 00:00:00 2001 From: packet-mover Date: Sun, 5 Apr 2026 21:39:51 +0200 Subject: [PATCH] docs: fix ReportRepo description in README ReportRepo is now just the repo name, not owner/repo. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95211da..02e3306 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ The scanner module accepts a `ScanConfig` struct with the following fields: |-------|------|----------|-------------| | `Org` | `string` | Yes | GitHub organization name to scan | | `Token` | `string` | Yes | GitHub token (PAT or GitHub App installation token) | -| `ReportRepo` | `string` | Yes | Repository where the compliance issue is created (format: `owner/repo`) | +| `ReportRepo` | `string` | Yes | Repository name where the compliance issue is created (org is taken from `Org`) | The token must have the following permissions across the org: - `repo` (read access to repo contents and branch protection)