We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b55d150 commit 45d1c28Copy full SHA for 45d1c28
.github/workflows/sourceguard.yml
@@ -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