Skip to content

Add Semgrep Workflow #1

Add Semgrep Workflow

Add Semgrep Workflow #1

Workflow file for this run

name: Semgrep
on:
pull_request: {}
push:
branches:
- master
schedule:
- cron: 57 1 * * *
workflow_dispatch: {}
jobs:
semgrep:
uses: gemini/semgrep/.github/workflows/semgrep-base.yml@main

Check failure on line 13 in .github/workflows/semgrep.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/semgrep.yml

Invalid workflow file

error parsing called workflow ".github/workflows/semgrep.yml" -> "gemini/semgrep/.github/workflows/semgrep-base.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit