From 4548456defaced79b559832afbf7fa1601f8d823 Mon Sep 17 00:00:00 2001 From: laur <57439610+wo1f1ow@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:16:21 +0200 Subject: [PATCH] Add th-secret-scan.yml GitHub Action --- .github/workflows/th-secret-scan.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/workflows/th-secret-scan.yml diff --git a/.github/workflows/th-secret-scan.yml b/.github/workflows/th-secret-scan.yml new file mode 100644 index 0000000..d371087 --- /dev/null +++ b/.github/workflows/th-secret-scan.yml @@ -0,0 +1,5 @@ +name: Leaked Secrets Scan +on: [pull_request, push] +jobs: + security: + uses: spring-media/ccq-utils/.github/workflows/security.yml@main