Skip to content

docs: add @Rooni as a contributor #22

docs: add @Rooni as a contributor

docs: add @Rooni as a contributor #22

Workflow file for this run

name: Code Security
on:
pull_request:
branches: ["main"]
jobs:
semgrep:
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep:latest
steps:
- uses: actions/checkout@v4
- name: Run Semgrep
run: |
semgrep scan --config auto