Skip to content

πŸš€ migrate commit #1

πŸš€ migrate commit

πŸš€ migrate commit #1

Workflow file for this run

# govulncheck ./...
name: govulncheck
on:
push:
branches:
- "dev"
- "main"
jobs:
analyze:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Scan for Vulnerabilities in Code
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.21.9
go-package: ./...