Skip to content

Commit

Permalink
Merge branch 'main' into revert-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Sep 27, 2024
2 parents 3a274ce + 7175604 commit ed3bd44
Show file tree
Hide file tree
Showing 50 changed files with 2,043 additions and 90 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Semgrep
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- main
schedule:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: '56 22 * * *'
jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-20.04
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
container:
image: semgrep/semgrep
if: (github.actor != 'dependabot[bot]')
steps:
- uses: actions/checkout@v4
- run: semgrep ci

Loading

0 comments on commit ed3bd44

Please sign in to comment.