Skip to content

docs(complete-suite): add docs content and structure #124

docs(complete-suite): add docs content and structure

docs(complete-suite): add docs content and structure #124

Workflow file for this run

name: security
on:
push:
branches: [ "main", "master" ]
pull_request:
schedule:
- cron: '0 0 * * 1'
jobs:
govulncheck:
name: Run govulncheck
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
cache: true
- name: Run govulncheck
uses: golang/govulncheck-action@v1