diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml new file mode 100644 index 00000000..fab5d8ab --- /dev/null +++ b/.github/workflows/security.yml @@ -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-cli + secrets: inherit