wrangler-action/.github/workflows/semgrep.yml

25 lines
585 B
YAML
Raw Normal View History

2024-09-19 21:54:02 -04:00
on:
pull_request: {}
workflow_dispatch: {}
2024-09-26 01:02:47 +01:00
push:
2024-09-19 21:54:02 -04:00
branches:
- main
- master
schedule:
2024-09-26 01:02:47 +01:00
- cron: "0 0 * * *"
2024-09-19 21:54:02 -04:00
name: Semgrep config
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-latest
2024-09-19 21:54:02 -04:00
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
2024-09-19 21:54:02 -04:00
steps:
- uses: actions/checkout@v4
2024-09-19 21:54:02 -04:00
- run: semgrep ci