Skip to content

chore(deps): bump the go-dependencies group across 1 directory with 7 updates #19

chore(deps): bump the go-dependencies group across 1 directory with 7 updates

chore(deps): bump the go-dependencies group across 1 directory with 7 updates #19

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.30.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