Skip to content

Semgrep Static Analysis #40

Semgrep Static Analysis

Semgrep Static Analysis #40

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 * *
jobs:
semgrep:
uses: aps831/workflows/.github/workflows/semgrep.yaml@master
permissions:
contents: read
issues: read
pull-requests: read