We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d3fc4 commit 0df51b2Copy full SHA for 0df51b2
2 files changed
.github/workflows/reusable_copy-images.yaml
@@ -14,9 +14,11 @@ on:
14
inputs:
15
sourceURI:
16
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
18
required: true
19
targetImage:
20
description: 'Target image and tag. Example: "stbi-waf:crs-v3.3.2-waf2'
21
22
23
24
jobs:
.github/workflows/reusable_sbom.yaml
@@ -33,8 +33,9 @@ jobs:
33
runs-on: 'ubuntu-latest'
34
steps:
35
- uses: anchore/sbom-action@0
36
- format: cyclonedx
37
- output-file: sbom.xml
+ with:
+ format: cyclonedx
38
+ output-file: sbom.xml
39
- name: 'Push SBOM to dependency tracker'
40
env:
41
URL: ${{ inputs.dependency_tracker_url }}
0 commit comments