File: semgrep.yml

package info (click to toggle)
celery 5.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,336 kB
  • sloc: python: 67,264; sh: 795; makefile: 378
file content (25 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
on:
  pull_request: {}
  push:
    branches:
    - main
    - master
    paths:
    - .github/workflows/semgrep.yml
  schedule:
  # random HH:MM to avoid a load spike on GitHub Actions at 00:00
  - cron: 44 6 * * *
  workflow_dispatch:

name: Semgrep
jobs:
  semgrep:
    name: Scan
    runs-on: blacksmith-4vcpu-ubuntu-2204
    env:
      SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
    container:
      image: returntocorp/semgrep
    steps:
    - uses: actions/checkout@v6
    - run: semgrep ci