forked from ArroyoSystems/arroyo
-
Notifications
You must be signed in to change notification settings - Fork 0
34 lines (30 loc) · 752 Bytes
/
Copy pathsemgrep.yml
File metadata and controls
34 lines (30 loc) · 752 Bytes
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
26
27
28
29
30
31
32
33
34
name: Semgrep scan
on:
pull_request: {}
workflow_dispatch: {}
push:
branches:
- main
- master
schedule:
- cron: '0 0 * * *'
permissions:
contents: read
pull-requests: write
concurrency:
group: ${{ github.ref }}-semgrep
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-latest
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
SEMGREP_URL: https://cloudflare.semgrep.dev
SEMGREP_APP_URL: https://cloudflare.semgrep.dev
SEMGREP_VERSION_CHECK_URL: https://cloudflare.semgrep.dev/api/check-version
container:
image: semgrep/semgrep
steps:
- uses: actions/checkout@v4
- run: semgrep ci