-
Notifications
You must be signed in to change notification settings - Fork 61
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
Added security CI workflow and OS build qualifier #358
Added security CI workflow and OS build qualifier #358
Conversation
Codecov Report
@@ Coverage Diff @@
## main #358 +/- ##
============================================
- Coverage 10.92% 10.91% -0.01%
Complexity 111 111
============================================
Files 141 141
Lines 4559 4554 -5
Branches 506 504 -2
============================================
- Hits 498 497 -1
+ Misses 3991 3986 -5
- Partials 70 71 +1
Continue to review full report at Codecov.
|
working-directory: ./security | ||
run: | | ||
./gradlew clean build -Dbuild.snapshot=false -x test | ||
cp build/distributions/opensearch-security-*.zip ../src/test/resources/security/plugin/opensearch-security.zip |
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.
Do open an issue to replace this build with using a maven snapshot of security and link it back to opensearch-project/opensearch-build#716.
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.
Tracked here: #274
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.
build.gradle 83-86 should change to
version = "${opensearch_build}"
Signed-off-by: Sai Kumar <karanas@amazon.com>
8705307
to
2a80e4f
Compare
Done |
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.
LGTM.
Signed-off-by: Sai Kumar karanas@amazon.com
Description
Added security CI workflow and OS build qualifier
Issues Resolved
#354
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.