Skip to content

Commit 3b14923

Browse files
committed
OWASP Check: Add OSS username/passwd
This commit adds the OSS username and password to fix failures on `security` Job during the OWASP check execution. Refers to SPSTRAT-614 Signed-off-by: Jonathan Gangi <[email protected]>
1 parent 19bdbe4 commit 3b14923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tox-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ jobs:
117117
--out "dependency-check" \
118118
--format "ALL" \
119119
--nvdApiKey ${{ secrets.OWASP_API_KEY }} \
120+
--ossIndexUsername ${{ secrets.OSS_INDEX_USERNAME }} \
121+
--ossIndexPassword ${{ secrets.OSS_INDEX_PASSWORD }} \
120122
--enableExperimental \
121123
--scan . \
122124
--data .code_scanning/dependency-check/data \

0 commit comments

Comments
 (0)