From 1f30e086204ccb6adee86f613baf7756ccdb9fb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Sl=C3=A1ma?= Date: Mon, 26 Aug 2024 11:47:33 +0200 Subject: [PATCH] Add security scan (#4507) --- .github/workflows/security-secrets-scan.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/workflows/security-secrets-scan.yaml diff --git a/.github/workflows/security-secrets-scan.yaml b/.github/workflows/security-secrets-scan.yaml new file mode 100644 index 0000000000..224b36e493 --- /dev/null +++ b/.github/workflows/security-secrets-scan.yaml @@ -0,0 +1,9 @@ +name: Security Scan +on: + pull_request_review_comment: + types: [created] + pull_request: + +jobs: + call_secret_scanning: + uses: toptal/actions/.github/workflows/security-scan.yml@main