From 047de41590738124fdd7d5e8380ce83c0a1f7c55 Mon Sep 17 00:00:00 2001 From: Diego Braga Date: Tue, 11 Aug 2026 11:58:48 +0200 Subject: [PATCH] ci: add the shared krateo-platformops/.github security.yml reusable (standardization, krateo-platformops/installer#52) --- .github/workflows/security.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/security.yml 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