Skip to content

Commit

Permalink
CI - update path for dependency-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lwih committed Jan 30, 2024
1 parent a94c17c commit baef92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jobs/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependency_check:
NO_PROXY: "gitlab-sml.din.developpement-durable.gouv.fr,localhost,127.0.0.1,0.0.0.0,.dsi.damgm.i2"
script:
- /usr/share/dependency-check/bin/dependency-check.sh --scan frontend/ --project "${PROJECT_NAME} ${PROJECT_VERSION}" --failOnCVSS $FAIL_DP_CHECK_LVL --proxyserver 172.27.229.197 --proxyport 8090 --data /usr/share/dependency-check/data
- cd backend/build/
- cd backend/build/libs
- /usr/share/dependency-check/bin/dependency-check.sh --scan rapportnav-${PROJECT_VERSION}.jar --project "${PROJECT_NAME} ${PROJECT_VERSION}" --failOnCVSS $FAIL_DP_CHECK_LVL --proxyserver 172.27.229.197 --proxyport 8090 --data /usr/share/dependency-check/data
tags:
- analyze
Expand Down

0 comments on commit baef92b

Please sign in to comment.