From 8f42a649ca4fabb7dd4d1da4970eda2c13c4dd7f Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Thu, 27 Aug 2026 09:43:02 -0400 Subject: [PATCH 1/2] Update example to use any branch as base_ref. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 022ac45..ffa60bf 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,13 @@ of your choice. name: Use OSV to do SCA on main (daily) and PRs on: + # branches excluded to allow any `base_ref` for comparison against pull_request: - branches: [main] merge_group: - branches: [main] + push: + # daily at 00:00 schedule: - cron: 0 0 * * * - push: - branches: [main] jobs: ## run the following on PRs From 85ecf8f62fe9261c2cac287b42d781272a134b6f Mon Sep 17 00:00:00 2001 From: Benjamin Young Date: Thu, 27 Aug 2026 09:43:16 -0400 Subject: [PATCH 2/2] Update copyright years. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffa60bf..fff6e98 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ See the [CHANGELOG](CHANGELOG.md) for release details. ## License -[BSD-3-Clause](LICENSE) Copyright 2025 Digital Bazaar, Inc. +[BSD-3-Clause](LICENSE) Copyright 2025-2026 Digital Bazaar, Inc. Commercial support is available by contacting [Digital Bazaar](https://digitalbazaar.com/) .