-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dependency check github workflow configuration #2659
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2659 +/- ##
=========================================
+ Coverage 64.5% 65.0% +0.4%
- Complexity 1075 1085 +10
=========================================
Files 218 220 +2
Lines 9635 9723 +88
Branches 1897 1916 +19
=========================================
+ Hits 6218 6322 +104
+ Misses 2234 2186 -48
- Partials 1183 1215 +32
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@bonfaceshisakha The pending bit is uploading the |
env: | ||
FHIR_BASE_URL: ${{secrets.FHIR_BASE_URL}} | ||
OAUTH_BASE_URL: ${{secrets.OAUTH_BASE_URL}} | ||
OAUTH_CIENT_ID: ${{secrets.OAUTH_CIENT_ID}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix typo , change to ${{secrets.OAUTH_CIENT_ID}}
Fix typo on OAUTH_CIENT_ID variable
curl -X POST -H "Content-Type: application/json" \ | ||
-H "Authorization: Token ${DEFECTDOJO_API_KEY}" \ | ||
-d @android/build/reports/dependency-check-report.xml \ | ||
"${DEFECTDOJO_API_URL}/api/v2/engagements/45/tests/247/import-scan/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bonfaceshisakha Kindly verify the url params for defectdojo
IMPORTANT: Where possible all PRs must be linked to a Github issue
Fixes #[issue number] or Closes #[issue number]
The branch that the
SCA scan automation using Dependency Check PR by @bonfaceshisakha was based has diverged significantly from main.
This PR applies the same changes based on the latest main branch.
Tasks
Engineer Checklist
strings.xml
file./gradlew spotlessApply
and./gradlew spotlessCheck
to check my code follows the project's style guideCode Reviewer Checklist
strings.xml
file