Skip to content

chore(deps): bump github.com/go-playground/validator/v10 from 10.30.1 to 10.30.2 #239

chore(deps): bump github.com/go-playground/validator/v10 from 10.30.1 to 10.30.2

chore(deps): bump github.com/go-playground/validator/v10 from 10.30.1 to 10.30.2 #239

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.21.0
with:
runner_type: "blacksmith-4vcpu-ubuntu-2404"
dockerhub_org: "lerianstudio"
shared_paths: |
go.mod
go.sum
pkg/
Makefile
secrets: inherit