Files
Linking-Tool/.gitea/workflows/osv-scheduled.yml
Sudo-Ivan 5f5de2272b
All checks were successful
CI / build-frontend (push) Successful in 53s
OSV-Scanner Scheduled Scan / scan-scheduled (push) Successful in 31s
CI / build-backend (push) Successful in 20s
Update Gitea workflows to use custom action URLs for checkout, setup-node, setup-go, and other actions
2025-12-28 21:08:07 -06: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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- 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