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