From eb3c98487499e7ba3fd93973b54b1578829af665 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Jutteau?= Date: Thu, 23 Mar 2023 11:24:00 +0100 Subject: [PATCH] Create cred-scan.yml --- .github/workflows/cred-scan.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/cred-scan.yml 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