Skip to content

Commit

Permalink
Update sourceguard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-roniz authored Jul 27, 2022
1 parent 2291d4c commit 862eb5d
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/sourceguard.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
name: SourceGuard Code Analysis
on: [push]
name: Code Analysis

on:
- push
- pull_request

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 }}
uses: CheckPointSW/org-templates/.github/workflows/code-analysis.yml@main
secrets: inherit

0 comments on commit 862eb5d

Please sign in to comment.