mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 06:45:49 +02:00
Add Contrast SAST Scan workflow child
This commit is contained in:
parent
7e6ac90c7b
commit
ac7f1e54fc
1 changed files with 13 additions and 0 deletions
13
.github/workflows/contrast-sast-scan-child.yml
vendored
Normal file
13
.github/workflows/contrast-sast-scan-child.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: Contrast SAST Scan
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
sast-scan:
|
||||
uses: ibm-skills-network/.github/.github/workflows/contrast-sast-scan.yaml@main
|
||||
secrets: inherit
|
Loading…
Reference in a new issue