Skip to content

Commit 0df51b2

Browse files
committed
Fix workflows
1 parent 02d3fc4 commit 0df51b2

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/reusable_copy-images.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ on:
1414
inputs:
1515
sourceURI:
1616
description: 'Source image and tag. Example: "https://quay.io/repository/puzzle/centos-apache-modsecurity?tab=tags&tag=crs-v3.3.2-waf2"'
17+
type: string
1718
required: true
1819
targetImage:
1920
description: 'Target image and tag. Example: "stbi-waf:crs-v3.3.2-waf2'
21+
type: string
2022
required: true
2123

2224
jobs:

.github/workflows/reusable_sbom.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
runs-on: 'ubuntu-latest'
3434
steps:
3535
- uses: anchore/sbom-action@0
36-
format: cyclonedx
37-
output-file: sbom.xml
36+
with:
37+
format: cyclonedx
38+
output-file: sbom.xml
3839
- name: 'Push SBOM to dependency tracker'
3940
env:
4041
URL: ${{ inputs.dependency_tracker_url }}

0 commit comments

Comments
 (0)