Skip to content

fix: update dependency ruff to ^0.6.0 #2278

fix: update dependency ruff to ^0.6.0

fix: update dependency ruff to ^0.6.0 #2278

---
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- 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
p/python
SEMGREP_AUDIT_ON: push