mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 06:45:49 +02:00
Add Contrast SAST Scan workflow
This commit is contained in:
parent
c4997c5c5a
commit
e8e2bdfeae
1 changed files with 14 additions and 0 deletions
14
.github/workflows/contrast-sast-scan.yml
vendored
Normal file
14
.github/workflows/contrast-sast-scan.yml
vendored
Normal 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
|
Loading…
Reference in a new issue