We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad873c commit 5f7f255Copy full SHA for 5f7f255
1 file changed
.github/workflows/workflow.yml
@@ -1,17 +1,13 @@
1
-name: SourceGuard Code Analysis
2
-on: [push]
+name: CI Pipeline
+
3
+on:
4
+ - push
5
+ - pull_request
6
7
jobs:
8
code-analysis:
- runs-on: ubuntu-latest
- container:
- image: sourceguard/sourceguard-cli
9
- steps:
10
- - name: Scan
11
- uses: CheckPointSW/sourceguard-action@main
12
- with:
13
- SG_CLIENT_ID: ${{ secrets.SG_CLIENT_ID }}
14
- SG_SECRET_KEY: ${{ secrets.SG_SECRET_KEY }}
+ uses: CheckPointSW/org-templates/.github/workflows/code-analysis.yml@main
+ secrets: inherit
15
16
build-n-publish:
17
name: Build and publish Python 🐍 distributions 📦 to PyPI
0 commit comments