From 3e2f8705fd7d05d7bf41b7fc05c78e2d13087970 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Tue, 16 Sep 2025 14:29:53 -0700 Subject: [PATCH] Updated README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89ce9d5..e042806 100644 --- a/README.md +++ b/README.md @@ -349,9 +349,8 @@ The same diff-focused workflow works when cloning repositories on the fly with ` ```bash kingfisher scan \ --git-url https://github.com/org/repo.git \ - --since-commit origin/main \ - --branch origin/feature-1 - --fail + --since-commit main \ + --branch development ``` In CI systems that expose the base and head commits explicitly, you can pass those SHAs directly while still using `--git-url`: