diff --git a/.github/workflows/security.yaml b/.github/workflows/security.yaml new file mode 100644 index 0000000..a2d2f56 --- /dev/null +++ b/.github/workflows/security.yaml @@ -0,0 +1,18 @@ +name: Security + +on: + workflow_dispatch: {} + schedule: + - cron: "0 13 * * 1" # 8am CT on Mondays + +permissions: + contents: read + +jobs: + call-grype: + uses: opslevel/actions/.github/workflows/grype.yml@main + with: + alias: opslevel_agent + secrets: + ORG_GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }} + GRYPE_INTEGRATION_SECRET: ${{ secrets.GRYPE_INTEGRATION_SECRET }}