Skip to content

feat!: promote v2 line — fiber v3 stack and /v2 module path #36

feat!: promote v2 line — fiber v3 stack and /v2 module path

feat!: promote v2 line — fiber v3 stack and /v2 module path #36

name: PR Security Scan
on:
pull_request:
branches: [develop, main]
paths-ignore:
- '**.md'
- 'docs/**'
- 'LICENSE'
- '.gitignore'
permissions:
actions: read
id-token: write
contents: read
pull-requests: write
security-events: write
jobs:
security:
uses: LerianStudio/github-actions-shared-workflows/.github/workflows/pr-security-scan.yml@v1.44.0
with:
enable_docker_scan: false
# CodeQL static analysis stays off here; gosec (in go-combined-analysis)
# already covers Go security scanning and uploads SARIF to the Security tab.
enable_codeql: false
secrets: inherit