-
Notifications
You must be signed in to change notification settings - Fork 375
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 Azure Linux 3 FIPS image to daily tests #3227
Conversation
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.
Does this image have FIPS 140-2 enabled?
@maddieford FIPS 140-3, but OpenSSL uses a different provider (https://github.com/microsoft/SymCrypt-OpenSSL) that allows older cyphers, so Azure Linux 3 does not hit the same issues as Ubuntu/RHEL. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3227 +/- ##
===========================================
+ Coverage 71.97% 72.25% +0.27%
===========================================
Files 103 113 +10
Lines 15692 16865 +1173
Branches 2486 2437 -49
===========================================
+ Hits 11295 12186 +891
- Misses 3881 4123 +242
- Partials 516 556 +40
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
No description provided.