Add Contrast SAST Scan workflow

This commit is contained in:
Liyang Wang 2024-04-11 17:06:38 -04:00
parent c4997c5c5a
commit e8e2bdfeae

View file

@ -0,0 +1,14 @@
name: Contrast SAST Scan
on:
pull_request:
push:
branches:
- master
- main
workflow_dispatch:
jobs:
sast-scan:
uses: ibm-skills-network/.github/.github/workflows/contrast-sast-scan.yml@main
secrets: inherit