Skip to content

Commit 9d8e22a

Browse files
committed
Add Contrast SAST Scan workflow
1 parent 9049e85 commit 9d8e22a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Contrast SAST Scan
2+
3+
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- master
8+
- main
9+
workflow_dispatch:
10+
11+
jobs:
12+
sast-scan:
13+
uses: ibm-skills-network/.github/.github/workflows/contrast-sast-scan.yml@main
14+
secrets: inherit

0 commit comments

Comments
 (0)