Skip to content

fix: update wagoid/commitlint-github-action action to v5.4.3 #389

fix: update wagoid/commitlint-github-action action to v5.4.3

fix: update wagoid/commitlint-github-action action to v5.4.3 #389

---
name: Security Semgrep
on:
pull_request:
branches:
- main
schedule:
- cron: 0 3 * * *
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
semgrep:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
steps:
- name: Checkout repository
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- name: Run Semgrep
run: semgrep ci
env:
# Select rules for your scan with one of these two options.
# Option 1: set hard-coded rulesets
SEMGREP_RULES: >- # more at semgrep.dev/r
p/secrets
p/security-audit
p/ci
p/github-actions
SEMGREP_AUDIT_ON: push