Skip to content

Commit 440dd33

Browse files
committed
fix
1 parent cd70112 commit 440dd33

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/owasp-dependency-check-daily.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: always()
3838
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
3939
with:
40-
path: build/reports
40+
path: "**/build/reports"
4141

4242
workflow-notification:
4343
needs:

all/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,7 @@ afterEvaluate {
5858
}
5959
}
6060
}
61+
62+
dependencyCheck {
63+
skip = true
64+
}

0 commit comments

Comments
 (0)