diff --git a/.github/workflows/cred-scan.yml b/.github/workflows/cred-scan.yml new file mode 100644 index 0000000..3e708dc --- /dev/null +++ b/.github/workflows/cred-scan.yml @@ -0,0 +1,15 @@ +name: Github sanity scanner + +on: + pull_request: + branches: [ main ] + +jobs: + cred-scan: + runs-on: ubuntu-20.04 + steps: + - uses: actions/checkout@v2 + - name: Github sanity scanner + uses: outscale/github-sanity-scan@main + with: + no-pull-request-target: true