Skip to content

Commit

Permalink
Merge pull request #212 from DopplerHQ/salus
Browse files Browse the repository at this point in the history
chore: run Salus scan on daily schedule
  • Loading branch information
Piccirello authored May 4, 2021
2 parents 18c00ee + bfb8114 commit a8da639
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/salus.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
on: [push]
on:
push:
schedule:
- cron: '0 0 * * *'

name: Salus security scan

Expand Down

0 comments on commit a8da639

Please sign in to comment.