Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 6b7f9f2

Browse files
Create github-sanity-scan.yml
1 parent 5ea5f11 commit 6b7f9f2

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Github sanity scanner
2+
3+
on:
4+
pull_request:
5+
branches: [ main ]
6+
7+
jobs:
8+
cred-scan:
9+
runs-on: ubuntu-20.04
10+
steps:
11+
- uses: actions/checkout@v2
12+
- name: Github sanity scanner
13+
uses: outscale/github-sanity-scan@main
14+
with:
15+
no-pull-request-target: true

0 commit comments

Comments
 (0)