diff --git a/.github/workflows/secret-scan.yml b/.github/workflows/secret-scan.yml deleted file mode 100644 index bd04aea..0000000 --- a/.github/workflows/secret-scan.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Checking for Secrets on pushes to main -on: - push: - branches: - - main - - master -jobs: - check-secrets: - name: Checking for Secrets - runs-on: ubuntu-latest - steps: - - name: Checkout Repo - uses: actions/checkout@v3 - - name: Secret Scanner - uses: secret-scanner/action@0.0.2