Create cred-scan.yml

This commit is contained in:
Jérôme Jutteau 2023-03-23 11:24:00 +01:00 committed by GitHub
parent 03fdf4bd23
commit eb3c984874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
.github/workflows/cred-scan.yml vendored Normal file
View File

@ -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