Skip to content

Commit e8e2bdf

Browse files
committed
Add Contrast SAST Scan workflow
1 parent c4997c5 commit e8e2bdf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
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)