diff --git a/.github/workflows/security-semgrep.yml b/.github/workflows/security-semgrep.yml new file mode 100644 index 000000000..7436bc8da --- /dev/null +++ b/.github/workflows/security-semgrep.yml @@ -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"