Fix workflows (#2505)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -2,7 +2,7 @@ name: License Scan (Reusable Workflow)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
variables:
|
inputs:
|
||||||
ref:
|
ref:
|
||||||
description: 'The branch, tag or SHA to checkout, e.g. master'
|
description: 'The branch, tag or SHA to checkout, e.g. master'
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: Trivy Scan (Reusable Workflow)
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
variables:
|
inputs:
|
||||||
ref:
|
ref:
|
||||||
description: 'The branch, tag or SHA to checkout, e.g. master'
|
description: 'The branch, tag or SHA to checkout, e.g. master'
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Reference in New Issue
Block a user