-
Notifications
You must be signed in to change notification settings - Fork 43
Disable flawfinder analyser as it doesn't support C++11 syntax #1190
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1190 +/- ##
========================================
- Coverage 84.8% 84.7% -0.1%
========================================
Files 357 358 +1
Lines 12188 12253 +65
========================================
+ Hits 10331 10378 +47
- Misses 1857 1875 +18
Continue to review full report at Codecov.
|
Needed to investigate current scanner findings. Relates-To: OLPEDGE-2506 Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
bccd5f4 to
5059392
Compare
Needed to investigate current scanner findings. Add minor comments. Relates-To: OLPEDGE-2506 Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
3e2ce7d to
7cb239a
Compare
andescu
left a comment
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.
Please mention in the commit message that you also fixed the macOS build.
Also fix typo in MacOS build script. As it doesn't support C++11 syntax. Add exclude dirs for Security jobs, so only sdk code is being scanned. Relates-To: OLPEDGE-2506 Signed-off-by: Yaroslav Stefinko <ext-yaroslav.stefinko@here.com>
7cb239a to
b8f2b5c
Compare
Add exclude dirs for Security jobs, so only
sdk code is being scanned.
Relates-To: OLPEDGE-2506
Signed-off-by: Yaroslav Stefinko ext-yaroslav.stefinko@here.com