mirror of
https://github.com/outscale/zabbix-super-vision.git
synced 2024-11-14 12:25:47 +01:00
16 lines
289 B
YAML
16 lines
289 B
YAML
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
|