From b834abc3ae671fe2cdc987e6659067bcf00858b7 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Thu, 6 Feb 2020 22:36:55 -0500 Subject: [PATCH] Create review-secrets.yml --- .github/workflows/review-secrets.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/review-secrets.yml diff --git a/.github/workflows/review-secrets.yml b/.github/workflows/review-secrets.yml new file mode 100644 index 0000000..fbbfe46 --- /dev/null +++ b/.github/workflows/review-secrets.yml @@ -0,0 +1,10 @@ +name: Review Secrets +on: + pull_request: + types: [assigned, unassigned] + +jobs: + review_secrets: + + - name: Trufflehog Actions Scan + uses: edplato/trufflehog-actions-scan@v0.9f-beta