Skip to content

Commit

Permalink
Create security.yml (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious authored Sep 5, 2024
1 parent e23c028 commit 8b1d400
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Security

on:
workflow_dispatch: {}
schedule:
- cron: "0 13 * * 1" # 8am CT on Mondays

jobs:
call-grype:
uses: opslevel/actions/.github/workflows/grype.yml@main
with:
alias: opslevel-runner
secrets: inherit

0 comments on commit 8b1d400

Please sign in to comment.