Skip to content

Commit 0776571

Browse files
fixed SBOM source error
Signed-off-by: Jaya Venkatesh <jjayabaskar@nvidia.com>
1 parent f846f33 commit 0776571

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ SHELL ["/bin/sh", "-euo", "pipefail", "-c"]
124124
RUN --mount=type=bind,from=base-build,source=/,target=/rootfs,ro \
125125
mkdir -p /out && \
126126
syft scan \
127-
--source name "rapidsai/base" \
127+
--source-name "rapidsai/base" \
128128
--scope all-layers \
129129
--output cyclonedx-json@1.6=/out/sbom.json \
130130
dir:/rootfs
@@ -218,7 +218,7 @@ SHELL ["/bin/sh", "-euo", "pipefail", "-c"]
218218
RUN --mount=type=bind,from=notebooks-build,source=/,target=/rootfs,ro \
219219
mkdir -p /out && \
220220
syft scan \
221-
--source name "rapidsai/notebooks" \
221+
--source-name "rapidsai/notebooks" \
222222
--scope all-layers \
223223
--output cyclonedx-json@1.6=/out/sbom.json \
224224
dir:/rootfs

0 commit comments

Comments
 (0)