Skip to content

Commit

Permalink
Create github-sanity-scan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-jutteau authored Mar 23, 2023
1 parent 17e21ee commit ffbee61
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/github-sanity-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Github sanity scanner

on:
pull_request:
branches: [ master ]

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

0 comments on commit ffbee61

Please sign in to comment.