Skip to content

feat(mfa): behavior redesign — withheld-token first-time setup, WebAuthn/Email/SMS as MFA factors, lockout + admin recovery #224

feat(mfa): behavior redesign — withheld-token first-time setup, WebAuthn/Email/SMS as MFA factors, lockout + admin recovery

feat(mfa): behavior redesign — withheld-token first-time setup, WebAuthn/Email/SMS as MFA factors, lockout + admin recovery #224

Workflow file for this run

---
name: govulncheck
on:
pull_request:
paths:
- go.mod
- go.sum
- "**/*.go"
- .github/workflows/govulncheck.yml
push:
branches: [main]
schedule:
- cron: "33 2 * * 1"
permissions:
contents: read
jobs:
govulncheck:
name: Run govulncheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
- uses: golang/govulncheck-action@v1
with:
go-version-file: go.mod
go-package: ./...