From 245a71878f39f8615f54f7bfa57ee93f5a4a474f Mon Sep 17 00:00:00 2001 From: junghanlee <73509756+junghanlee@users.noreply.github.com> Date: Wed, 24 Mar 2021 17:23:14 +0900 Subject: [PATCH] Create 11.yml --- .github/workflows/11.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/11.yml diff --git a/.github/workflows/11.yml b/.github/workflows/11.yml new file mode 100644 index 0000000..f67e607 --- /dev/null +++ b/.github/workflows/11.yml @@ -0,0 +1,19 @@ +name: Find Secrets +on: push + +jobs: + main: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: max/secret-scan@master + env: + WORKSPACE: "" + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + with: + output: reports + - name: Upload report + uses: actions/upload-artifact@v2 + with: + name: secret-scan-reports + path: reports