Skip to content

Commit e04bc12

Browse files
authored
Integrate SourceGuard Code Analysis
1 parent c68373f commit e04bc12

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/sourceguard.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: SourceGuard Code Analysis
2+
on: [push]
3+
jobs:
4+
code-analysis:
5+
runs-on: ubuntu-latest
6+
container:
7+
image: sourceguard/sourceguard-cli
8+
steps:
9+
- name: Scan
10+
uses: CheckPointSW/sourceguard-action@main
11+
with:
12+
SG_CLIENT_ID: ${{ secrets.SG_CLIENT_ID }}
13+
SG_SECRET_KEY: ${{ secrets.SG_SECRET_KEY }}

0 commit comments

Comments
 (0)