Skip to content

Update README_TW.md #32

Update README_TW.md

Update README_TW.md #32

Workflow file for this run

# Govulncheck for push and pull_request, fails the steps if vulnerabilities are found
name: Govulncheck
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
vulnerability-scan:
runs-on: ubuntu-latest
name: Vulnerability Scan
steps:
- uses: golang/govulncheck-action@v1
with:
go-package: ./...