All checks were successful
OSV-Scanner PR Scan / scan-pr (pull_request) Successful in 18s
26 lines
550 B
YAML
26 lines
550 B
YAML
name: OSV-Scanner PR Scan
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [master]
|
|
merge_group:
|
|
branches: [master]
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
scan-pr:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: https://git.quad4.io/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
|
|
|
|
- name: Setup Go
|
|
uses: https://git.quad4.io/actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
|
|
with:
|
|
go-version-file: 'go.mod'
|
|
|
|
- name: OSV scan
|
|
run: bash scripts/osv_scan.sh
|