Skip to content

Commit 72e66ce

Browse files
committed
Add Contrast SAST Scan workflow child
1 parent 589d0df commit 72e66ce

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Diff for: .github/workflows/contrast-sast-scan-child.yml

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

0 commit comments

Comments
 (0)