Skip to content

Commit

Permalink
ci: add credential scanner
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Jutteau <[email protected]>
  • Loading branch information
jerome-jutteau committed Jul 18, 2022
1 parent 217415e commit 23987c4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/cred-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Credential Scanner

on:
pull_request:
branches:
- master

jobs:
cred-scan:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Scan credentials
uses: outscale-dev/cred-scan@main
with:
scan_path: "./"

0 comments on commit 23987c4

Please sign in to comment.