mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-19 06:15:50 +00:00
Create caller.yaml
Signed-off-by: rahulgauli <63265876+rahulgauli@users.noreply.github.com>
This commit is contained in:
parent
3a931080d4
commit
cbcea416c0
1 changed files with 12 additions and 0 deletions
12
.github/workflows/caller.yaml
vendored
Normal file
12
.github/workflows/caller.yaml
vendored
Normal file
|
@ -0,0 +1,12 @@
|
|||
name: Launch GitHub Security Scanning Workflow
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize]
|
||||
|
||||
jobs:
|
||||
pirateCoffeeScanner:
|
||||
secrets: inherit
|
||||
uses: rahulgauli/workflowtest/.github/workflows/scanner.yaml@v0.0.1-beta
|
||||
with:
|
||||
product_id: '123'
|
||||
scan_type: 'full'
|
Loading…
Reference in a new issue