Skip to content

Commit 305c910

Browse files
committed
Fix the dependency check action
Update parent version
1 parent 7c9e8f0 commit 305c910

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dependency-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
run: |
5959
mvn -Pbedework-dev,depcheck --settings ./.github/workflows/settings.xml \
6060
--no-transfer-progress clean install -DskipTests \
61+
-DossIndexUsername="${{secrets.OSSINDEXUSER}}" \
62+
-DossIndexPassword="${{secrets.OSSINDEXPW}}" \
6163
-DnvdApiKey=${{secrets.nvdApiKey}} -DskipITs -Dmax.cvss.score=8 \
6264
org.owasp:dependency-check-maven:aggregate
6365
# -l ${{github.workspace}}/mvn-output.txt

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.bedework</groupId>
66
<artifactId>bedework-parent</artifactId>
7-
<version>238</version>
7+
<version>248</version>
88
</parent>
99

1010
<groupId>org.bedework.notifier</groupId>

0 commit comments

Comments
 (0)