From dcf48d62c74a685aef6c2d1dbd11ee74c27eb1a7 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Thu, 6 Feb 2020 22:43:20 -0500 Subject: [PATCH] Update review-secrets.yml --- .github/workflows/review-secrets.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/review-secrets.yml b/.github/workflows/review-secrets.yml index 5bae67a..bc0c84c 100644 --- a/.github/workflows/review-secrets.yml +++ b/.github/workflows/review-secrets.yml @@ -1,12 +1,12 @@ name: Review Secrets -on: - pull_request: - types: [assigned, unassigned] +on: [push] jobs: review_secrets: + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v1 - name: Trufflehog Actions Scan uses: edplato/trufflehog-actions-scan@v0.9f-beta +