Skip to content

Commit

Permalink
Merge pull request #60 from CheckPointSW/integrate-sourceguard
Browse files Browse the repository at this point in the history
Integrate SourceGuard Code Analysis
  • Loading branch information
chkp-roniz authored Mar 15, 2022
2 parents b845928 + b6f31c4 commit 7a3d0d3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/sourceguard.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: SourceGuard Code Analysis
on: [push]
jobs:
code-analysis:
runs-on: ubuntu-latest
container:
image: sourceguard/sourceguard-cli
steps:
- name: Scan
uses: CheckPointSW/sourceguard-action@main
with:
SG_CLIENT_ID: ${{ secrets.SG_CLIENT_ID }}
SG_SECRET_KEY: ${{ secrets.SG_SECRET_KEY }}

0 comments on commit 7a3d0d3

Please sign in to comment.