mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-04-27 19:35:36 +00:00
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google/osv-scanner-action](https://redirect.github.com/google/osv-scanner-action) | action | patch | `v2.0.0` -> `v2.0.1` | --- ### Release Notes <details> <summary>google/osv-scanner-action (google/osv-scanner-action)</summary> ### [`v2.0.1`](https://redirect.github.com/google/osv-scanner-action/releases/tag/v2.0.1) [Compare Source](https://redirect.github.com/google/osv-scanner-action/compare/v2.0.0...v2.0.1) ##### What's Changed - Update to v2.0.1 by [@​michaelkedar](https://redirect.github.com/michaelkedar) in [https://github.com/google/osv-scanner-action/pull/69](https://redirect.github.com/google/osv-scanner-action/pull/69) **Full Changelog**: https://github.com/google/osv-scanner-action/compare/v2.0.0...v2.0.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 11pm every weekday,before 7am every weekday,every weekend" in timezone Europe/Brussels, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kairos-io/provider-kairos). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
20 lines
480 B
YAML
20 lines
480 B
YAML
name: OSV-Scanner PR Scan
|
|
|
|
# Change "main" to your default branch if you use a different name, i.e. "master"
|
|
on:
|
|
pull_request:
|
|
branches: [main]
|
|
merge_group:
|
|
branches: [main]
|
|
|
|
permissions:
|
|
# Require writing security events to upload SARIF file to security tab
|
|
security-events: write
|
|
# Only need to read contents and actions
|
|
contents: read
|
|
actions: read
|
|
|
|
jobs:
|
|
scan-pr:
|
|
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.0.1"
|