diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml new file mode 100644 index 0000000..7588ed0 --- /dev/null +++ b/.github/workflows/security.yml @@ -0,0 +1,17 @@ +name: security + +on: + push: + branches: [main] + pull_request: + branches: [main] + +permissions: + contents: read + security-events: write + actions: read + pull-requests: read + +jobs: + security: + uses: krateo-platformops/.github/.github/workflows/security.yml@main