Skip to content

Commit 6ed3146

Browse files
authored
Update module.yaml
Signed-off-by: stlef14 <stlef14@users.noreply.github.com>
1 parent 6745cde commit 6ed3146

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
@@ -66,7 +66,7 @@ steps:
6666
rm "$VALID_PROJECTS"
6767
6868
# Restore all valid projects for CycloneDX
69-
dotnet restore temp.sln --ignore-failed-sources --no-cache || true > /dev/null 2>&1
69+
dotnet restore temp.sln --ignore-failed-sources --no-cache /dev/null 2>&1 || true
7070
7171
# Generate SBOM
7272
$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

Comments
 (0)