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