Skip to content

Commit 12abdaa

Browse files
committed
pass secrets to workflow template for owasp NVD_API_KEY and update owasp dependency
1 parent df4a071 commit 12abdaa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ jobs:
1313
call-workflow:
1414
uses: 42BV/42-github-workflows/.github/workflows/maven-test.yml@main
1515
with:
16-
java-version: 17
16+
java-version: 17
17+
secrets: inherit

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<plugin>
181181
<groupId>org.owasp</groupId>
182182
<artifactId>dependency-check-maven</artifactId>
183-
<version>8.1.0</version>
183+
<version>12.1.3</version>
184184
<configuration>
185185
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
186186
<skipProvidedScope>true</skipProvidedScope>

0 commit comments

Comments
 (0)