Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
[semver:patch] Increase NVD api delay (#27)
Browse files Browse the repository at this point in the history
[semver:patch] Increase NVD api delay (#27)
jeremylong/DependencyCheck#6332
  • Loading branch information
guilhermehardt authored Dec 29, 2023
1 parent 457ece3 commit e528745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/run-dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ steps:
--volume $(pwd)/app.properties:/app.properties:z \
--volume $(pwd)/<< parameters.root_dir >>/<< parameters.report_path >>:/report:z \
owasp/dependency-check:<< parameters.version >> \
--scan /src --format "ALL" --ossIndexUsername $OSS_INDEX_USERNAME --ossIndexPassword $OSS_INDEX_PASSWORD --nvdApiKey $NVD_API_KEY --project "<< parameters.project_name >>" --out /report --nvdValidForHours 24 --propertyfile /app.properties
--scan /src --format "ALL" --ossIndexUsername $OSS_INDEX_USERNAME --ossIndexPassword $OSS_INDEX_PASSWORD --nvdApiKey $NVD_API_KEY --project "<< parameters.project_name >>" --nvdApiDelay $NVD_API_DELAY --out /report --nvdValidForHours 24 --propertyfile /app.properties
- save_cache:
paths:
- dependency-audit-data
Expand Down

0 comments on commit e528745

Please sign in to comment.