Skip to content

更新 Go-Utils 和 golang.org/x/text 依賴版本 #43

更新 Go-Utils 和 golang.org/x/text 依賴版本

更新 Go-Utils 和 golang.org/x/text 依賴版本 #43

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: ./...