google / osv-scanner-action

https://google.github.io/osv-scanner/github-action/
Apache License 2.0
12 stars 13 forks source link

Default workflow: branches filter is not available for merge_group #14

Closed thomasleplus closed 4 months ago

thomasleplus commented 4 months ago

The branches filter is not available for merge_group event. It is only for push, pull_request, pull_request_target and workflow_run events. So the following statements in .github/workflows/osv-scanner-unified-workflow.yml do not work:

  merge_group:
    branches: ["main"]