Skip to content

Commit

Permalink
chore: run Salus scan on daily schedule
Browse files Browse the repository at this point in the history
This ensures that Salus is detecting newly vulnerable packages, even if we haven't pushed new code.

Closes ENG-79
  • Loading branch information
Piccirello authored May 4, 2021
1 parent 18c00ee commit bfb8114
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 bfb8114

Please sign in to comment.