We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c9e8f0 commit 305c910Copy full SHA for 305c910
2 files changed
.github/workflows/dependency-check.yml
@@ -58,6 +58,8 @@ jobs:
58
run: |
59
mvn -Pbedework-dev,depcheck --settings ./.github/workflows/settings.xml \
60
--no-transfer-progress clean install -DskipTests \
61
+ -DossIndexUsername="${{secrets.OSSINDEXUSER}}" \
62
+ -DossIndexPassword="${{secrets.OSSINDEXPW}}" \
63
-DnvdApiKey=${{secrets.nvdApiKey}} -DskipITs -Dmax.cvss.score=8 \
64
org.owasp:dependency-check-maven:aggregate
65
# -l ${{github.workspace}}/mvn-output.txt
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.bedework</groupId>
6
<artifactId>bedework-parent</artifactId>
7
- <version>238</version>
+ <version>248</version>
8
</parent>
9
10
<groupId>org.bedework.notifier</groupId>
0 commit comments