Skip to content

Security audit

Security audit #71

Workflow file for this run

name: Security audit
on:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
security_audit:
runs-on: ubuntu-latest
steps:
- uses: golang/govulncheck-action@v1
with:
go-version-input: 'stable'
check-latest: true