mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 23:05:48 +02:00
13 lines
226 B
YAML
13 lines
226 B
YAML
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
|