Skip to content

Commit

Permalink
Merge branch 'makenotion:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedEsafi authored Jan 16, 2024
2 parents 1ab14d4 + 4477298 commit 069ae27
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Security - Semgrep

on:
pull_request: {}
workflow_dispatch: {}
push:
branches-ignore: ["main"]
schedule:
- cron: "20 17 * * *"

jobs:
semgrep:
name: semgrep/ci
runs-on: ubuntu-latest
container:
image: returntocorp/semgrep
timeout-minutes: 480
steps:
- uses: actions/checkout@v3
- run: semgrep ci
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP }}

0 comments on commit 069ae27

Please sign in to comment.