Skip to content

Commit

Permalink
Add credential checking
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 authored and outscale-gmt committed Jun 14, 2022
1 parent 2d558d0 commit 904a453
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/cred-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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 904a453

Please sign in to comment.