Add support for Semgrep scans

This commit is contained in:
Fernando Gont 2025-10-31 00:59:04 -03:00
parent 2fbb560eb7
commit 6528125454

15
.github/workflows/security-semgrep.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: Security - Semgrep Scan
permissions:
contents: read
on: [push, pull_request]
jobs:
semgrep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: serve-robotics/actions/security/semgrep@v3
with:
config: "auto"