We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9aa6e commit 0b7cc1cCopy full SHA for 0b7cc1c
scanners/boostsecurityio/trivy-sbom/module.yaml
@@ -59,7 +59,7 @@ steps:
59
OUTPUT_DIR="temp_sbom_output"
60
rm -rf "$OUTPUT_DIR" || true
61
62
- if [ -n "$SCAN_TARGET" ] && dotnet CycloneDX "$SCAN_TARGET" \
+ if [ -n "$SCAN_TARGET" ] && $SETUP_PATH/scan-tools/.dotnet-tools/dotnet-CycloneDX "$SCAN_TARGET" \
63
--disable-package-restore \
64
--output "$OUTPUT_DIR" \
65
--output-format json \
0 commit comments