Skip to content

Commit 5733a75

Browse files
committed
Update dependency scan to scan entire workspace instead of just csproj files
1 parent 4ba552d commit 5733a75

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/daily-scan.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,13 @@ jobs:
7070
gpg --verify dependency-check.zip.asc
7171
unzip dependency-check.zip
7272
73-
# Run dependency check on .NET projects
73+
# Run dependency check on entire workspace
7474
./dependency-check/bin/dependency-check.sh \
75-
--project "AWS.XRay.SDK.DotNet" \
7675
--failOnCVSS 0 \
7776
--nvdApiKey ${{ env.NVD_API_KEY_NVD_API_KEY }} \
7877
--disableOssIndex \
79-
--out . \
80-
--scan "**/*.csproj" \
78+
--enableExperimental \
79+
-s "." \
8180
--format HTML \
8281
--format JSON
8382

0 commit comments

Comments
 (0)