Skip to content

Commit 0b7cc1c

Browse files
authored
Update module.yaml
Signed-off-by: stlef14 <stlef14@users.noreply.github.com>
1 parent 0a9aa6e commit 0b7cc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanners/boostsecurityio/trivy-sbom/module.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ steps:
5959
OUTPUT_DIR="temp_sbom_output"
6060
rm -rf "$OUTPUT_DIR" || true
6161
62-
if [ -n "$SCAN_TARGET" ] && dotnet CycloneDX "$SCAN_TARGET" \
62+
if [ -n "$SCAN_TARGET" ] && $SETUP_PATH/scan-tools/.dotnet-tools/dotnet-CycloneDX "$SCAN_TARGET" \
6363
--disable-package-restore \
6464
--output "$OUTPUT_DIR" \
6565
--output-format json \

0 commit comments

Comments
 (0)