mirror of
https://github.com/outscale/zabbix-super-vision.git
synced 2024-11-13 03:45:47 +01:00
Create cred-scan.yml
This commit is contained in:
parent
03fdf4bd23
commit
eb3c984874
15
.github/workflows/cred-scan.yml
vendored
Normal file
15
.github/workflows/cred-scan.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user