Skip to content

Commit 3c69897

Browse files
committed
sbom_in_path for clarity
1 parent 01e48d4 commit 3c69897

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sbom/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ inputs:
55
silk_asset_group:
66
description: The Silk Asset Group for the Project
77
required: false
8-
sbom_in:
9-
description: The name of the input sbom file.
8+
sbom_in_path:
9+
description: The path of the input sbom file.
1010
default: sbom.json
1111
sbom_file_name:
1212
description: The name of the augmented sbom file.
@@ -33,5 +33,5 @@ runs:
3333
podman run --platform="linux/amd64" -it --rm -v ${RELEASE_ASSETS}:/pwd \
3434
--env-file=${SILKBOMB_ENVFILE} \
3535
${{ inputs.artifactory_image }} \
36-
augment --sbom-in /pwd/${{ inputs.sbom_in }} --repo ${GITHUB_REPOSITORY} --branch ${KONDUKTO_BRANCH} --sbom-out /pwd/cyclonedx.sbom.json
36+
augment --sbom-in /pwd/${{ inputs.sbom_in_path }} --repo ${GITHUB_REPOSITORY} --branch ${KONDUKTO_BRANCH} --sbom-out /pwd/cyclonedx.sbom.json
3737
cp ${RELEASE_ASSETS}/cyclonedx.sbom.json ${S3_ASSETS}/${{ inputs.sbom_file_name }}

0 commit comments

Comments
 (0)