From 76a15fc036e4c0f8787be4eb45e63e0732db4247 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Thu, 6 Feb 2020 22:40:41 -0500 Subject: [PATCH] Update review-secrets.yml --- .github/workflows/review-secrets.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/review-secrets.yml b/.github/workflows/review-secrets.yml index 702fc57..5bae67a 100644 --- a/.github/workflows/review-secrets.yml +++ b/.github/workflows/review-secrets.yml @@ -5,5 +5,8 @@ on: jobs: review_secrets: - - name: Trufflehog Actions Scan - uses: edplato/trufflehog-actions-scan@v0.9f-beta + steps: + - name: Checkout + uses: actions/checkout@v1 + - name: Trufflehog Actions Scan + uses: edplato/trufflehog-actions-scan@v0.9f-beta