Files
Linking-Tool/.gitea/workflows/osv-scheduled.yml
Renovate Bot 232d62e5f9
All checks were successful
OSV-Scanner PR Scan / scan-pr (pull_request) Successful in 17s
Update https://git.quad4.io/actions/checkout action to v6
2025-12-31 00:01:37 +00:00

26 lines
556 B
YAML

name: OSV-Scanner Scheduled Scan
on:
schedule:
- cron: '30 12 * * 1'
push:
branches: [master]
permissions:
contents: read
jobs:
scan-scheduled:
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@40f1582b2485089dde7abd97c1529aa768e1baff # v5
with:
go-version-file: 'go.mod'
- name: OSV scan
run: bash scripts/osv_scan.sh