From 3e6711319cd965bd9c45f8d1df0e78fe916bdf62 Mon Sep 17 00:00:00 2001 From: junghanlee <73509756+junghanlee@users.noreply.github.com> Date: Wed, 24 Mar 2021 17:27:19 +0900 Subject: [PATCH] Create main.yml --- .github/workflows/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 00000000..c084ebe8 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,14 @@ +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