Skip to content

Commit 582620b

Browse files
committed
Fix the dependency check action
Update parent version
1 parent ac5d7ba commit 582620b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.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>204</version>
7+
<version>248</version>
88
</parent>
99

1010
<packaging>pom</packaging>

0 commit comments

Comments
 (0)