Skip to content

docs: add design notes #975

docs: add design notes

docs: add design notes #975

Workflow file for this run

name: vuln
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
schedule:
- cron: "0 8 * * 1"
jobs:
go:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Install tools
run: make install-vuln-go
- name: Run vulnerability check
run: make vuln-go