From 8cfaef21169d3ea15042f77187c147a155cd4c06 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Sat, 29 Jun 2024 01:29:38 +1000 Subject: [PATCH] Aws secret scan --- .github/workflows/detect-new-secrets.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/detect-new-secrets.yml b/.github/workflows/detect-new-secrets.yml index 66233f9..bd44a0f 100644 --- a/.github/workflows/detect-new-secrets.yml +++ b/.github/workflows/detect-new-secrets.yml @@ -16,4 +16,10 @@ jobs: - name: Checkout uses: actions/checkout@v1 - name: Execute secret-search - uses: Hacks4Snacks/secret-search@main \ No newline at end of file + uses: Hacks4Snacks/secret-search@main + secret-scanner: + runs-on: 'ubuntu-latest' + name: This action scans git repos using awslabs/git-secrets. + steps: + - uses: actions/checkout@v2 + - uses: kams-mash/gh-secrets-scanner-action@master \ No newline at end of file