From bb20f0cc520c1ce5c7230e24d5a8b9d2680b71b8 Mon Sep 17 00:00:00 2001 From: laur <57439610+wo1f1ow@users.noreply.github.com> Date: Mon, 18 Sep 2023 11:15:35 +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