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 6745cde commit 6ed3146Copy full SHA for 6ed3146
scanners/boostsecurityio/trivy-sbom/module.yaml
@@ -66,7 +66,7 @@ steps:
66
rm "$VALID_PROJECTS"
67
68
# Restore all valid projects for CycloneDX
69
- dotnet restore temp.sln --ignore-failed-sources --no-cache || true > /dev/null 2>&1
+ dotnet restore temp.sln --ignore-failed-sources --no-cache /dev/null 2>&1 || true
70
71
# Generate SBOM
72
$SETUP_PATH/scan-tools/.dotnet-tools/dotnet-CycloneDX $(pwd)/temp.sln --disable-package-restore --output temp_sbom.json --output-format json > /dev/null 2>&1
0 commit comments