Skip to content

Commit

Permalink
Merge pull request #69 from leanix/feature/CID-1547/run-snyk-scanning…
Browse files Browse the repository at this point in the history
…-on-merge-to-main

Run Snyk scanning on merge to main
  • Loading branch information
mohamedlajmileanix authored Jun 28, 2023
2 parents 22a064a + bc8a411 commit 9fb83e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/snyk-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
workflow_dispatch:
schedule:
- cron: '0 1 * * *'
push:
branches:
- main
jobs:
security:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9fb83e0

Please sign in to comment.