Skip to content

Semgrep Static Analysis #308

Semgrep Static Analysis

Semgrep Static Analysis #308

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Semgrep Static Analysis
on:
workflow_dispatch:
pull_request: {}
schedule:
- cron: 0 4 18 * *
permissions:
contents: read
issues: read
pull-requests: read
jobs:
semgrep:
uses: aps831/workflows/.github/workflows/semgrep.yaml@master