From eb67af14b91878fb00fb8c17dd29fe5a361021a3 Mon Sep 17 00:00:00 2001 From: junghanlee <73509756+junghanlee@users.noreply.github.com> Date: Wed, 24 Mar 2021 17:16:43 +0900 Subject: [PATCH] Create tttt.yml --- .github/workflows/tttt.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/tttt.yml diff --git a/.github/workflows/tttt.yml b/.github/workflows/tttt.yml new file mode 100644 index 0000000..56ce468 --- /dev/null +++ b/.github/workflows/tttt.yml @@ -0,0 +1,15 @@ + +name: Find Secrets +on: push + +jobs: + main: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: max/secret-scan@master + - name: Upload report + uses: actions/upload-artifact@v2 + with: + name: secret-scan-reports + path: reports