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