Fix workflows (#2505)

Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2025-06-27 11:02:19 +03:00
committed by GitHub
parent a35201ac1c
commit 0d49fa7bac
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: License Scan (Reusable Workflow)
on:
workflow_call:
variables:
inputs:
ref:
description: 'The branch, tag or SHA to checkout, e.g. master'
type: string

View File

@@ -2,7 +2,7 @@ name: Trivy Scan (Reusable Workflow)
on:
workflow_call:
variables:
inputs:
ref:
description: 'The branch, tag or SHA to checkout, e.g. master'
type: string