We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba552d commit 5733a75Copy full SHA for 5733a75
.github/workflows/daily-scan.yml
@@ -70,14 +70,13 @@ jobs:
70
gpg --verify dependency-check.zip.asc
71
unzip dependency-check.zip
72
73
- # Run dependency check on .NET projects
+ # Run dependency check on entire workspace
74
./dependency-check/bin/dependency-check.sh \
75
- --project "AWS.XRay.SDK.DotNet" \
76
--failOnCVSS 0 \
77
--nvdApiKey ${{ env.NVD_API_KEY_NVD_API_KEY }} \
78
--disableOssIndex \
79
- --out . \
80
- --scan "**/*.csproj" \
+ --enableExperimental \
+ -s "." \
81
--format HTML \
82
--format JSON
83
0 commit comments