close
Skip to content

Add DB-driven R2 sync function #347

Add DB-driven R2 sync function

Add DB-driven R2 sync function #347

Workflow file for this run

name: govulncheck
on:
schedule:
- cron: "0 8 * * *"
workflow_dispatch:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
govulncheck:
runs-on: ubuntu-latest
steps:
- uses: golang/govulncheck-action@v1
with:
go-version-file: go.mod
go-package: ./...