Skip to content
Open
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
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -88,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/) <support@digitalbazaar.com>.