Skip to content

chore(deps): bump github.com/lib/pq from 1.12.0 to 1.12.3 #1026

chore(deps): bump github.com/lib/pq from 1.12.0 to 1.12.3

chore(deps): bump github.com/lib/pq from 1.12.0 to 1.12.3 #1026

name: "PR Security Scan"
on:
pull_request:
branches:
- develop
- release-candidate
- main
types:
- opened
- synchronize
- reopened
paths-ignore:
- '**.md'
- 'docs/**'
- '.github/**'
- 'LICENSE'
- 'CODEOWNERS'
- '.gitignore'
- '.editorconfig'
- '*.png'
- '*.jpg'
- '*.svg'
jobs:
security-scan:
uses: LerianStudio/github-actions-shared-workflows/.github/workflows/pr-security-scan.yml@v1.18.1
with:
runner_type: "blacksmith-4vcpu-ubuntu-2404"
filter_paths: |-
components/crm
components/ledger
shared_paths: |
go.mod
go.sum
pkg/
Makefile
path_level: "2"
dockerhub_org: "lerianstudio"
secrets: inherit