From b112eb65657e8a01f2f531683189e469019eaa40 Mon Sep 17 00:00:00 2001 From: laur <57439610+wo1f1ow@users.noreply.github.com> Date: Thu, 7 Sep 2023 19:29:13 +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