Skip to content

ci: add security scans via shared templates #4

ci: add security scans via shared templates

ci: add security scans via shared templates #4

Workflow file for this run

name: Security Scans
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
security-events: write
jobs:
semgrep:
uses: BlueCodeIT/pipeline-security-templates/.github/workflows/semgrep-sast.yml@main
with:
config: 'p/default'
severity: 'WARNING'
fail-on-issues: false
checkov:
uses: BlueCodeIT/pipeline-security-templates/.github/workflows/checkov-iac.yml@main
with:
framework: 'github_actions,dockerfile'
soft-fail: true