Uses reusable workflows from core/go-devops for Go testing (with race detector and coverage) and security scanning (govulncheck, gitleaks, trivy). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
213 B
YAML
12 lines
213 B
YAML
name: Security Scan
|
|
|
|
on:
|
|
push:
|
|
branches: [main, dev, 'feat/*']
|
|
pull_request:
|
|
branches: [main]
|
|
|
|
jobs:
|
|
security:
|
|
uses: core/go-devops/.forgejo/workflows/security-scan.yml@main
|
|
secrets: inherit
|