Skip to content

Check-Semgrep

Check-Semgrep #24

Workflow file for this run

name: Check-Semgrep
on:
workflow_call:
workflow_dispatch:
schedule:
- cron: 0 0 * * *
push:
branches:
- "**"
tags:
- "v*.*.*"
paths-ignore:
- "**/*.md"
- "**/*.yaml"
pull_request:
branches:
- "**"
paths-ignore:
- "**/*.md"
- "**/*.yaml"
jobs:
semgrep:
name: Scan
runs-on: ubuntu-24.04
container:
image: semgrep/semgrep:latest
continue-on-error: true
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
with:
submodules: true
- run: semgrep ci