From eadf2cf3dde54fb8ac19c9c50d7d5065033cb722 Mon Sep 17 00:00:00 2001 From: BuyMyMojo Date: Sat, 29 Jun 2024 01:28:29 +1000 Subject: [PATCH] add yelp secret search --- .github/workflows/detect-new-secrets.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/detect-new-secrets.yml b/.github/workflows/detect-new-secrets.yml index 1bed331..66233f9 100644 --- a/.github/workflows/detect-new-secrets.yml +++ b/.github/workflows/detect-new-secrets.yml @@ -8,4 +8,12 @@ jobs: - name: Checkout Repo uses: actions/checkout@v3 - name: Secret Scanner - uses: secret-scanner/action@0.0.2 \ No newline at end of file + uses: secret-scanner/action@0.0.2 + secret-search-job: + runs-on: 'ubuntu-latest' + name: Job to scan for secrets + steps: + - name: Checkout + uses: actions/checkout@v1 + - name: Execute secret-search + uses: Hacks4Snacks/secret-search@main \ No newline at end of file