diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml new file mode 100644 index 0000000..fa5772c --- /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-jq-parser + secrets: inherit