-
Notifications
You must be signed in to change notification settings - Fork 97
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
Drop gmp scanner type from GSA #2498
Drop gmp scanner type from GSA #2498
Conversation
Codecov Report
@@ Coverage Diff @@
## gsa-21.04 #2498 +/- ##
=============================================
+ Coverage 52.93% 53.08% +0.14%
=============================================
Files 1070 1071 +1
Lines 25811 25845 +34
Branches 7351 7375 +24
=============================================
+ Hits 13664 13720 +56
+ Misses 11030 11008 -22
Partials 1117 1117
Continue to review full report at Codecov.
|
1cf3047
to
609418b
Compare
@@ -109,14 +109,15 @@ const Row = ({ | |||
{entity.alterable === 1 && ( | |||
<AlterableIcon size="small" title={_('Audit is alterable')} /> | |||
)} | |||
{isDefined(scanner) && scanner.scannerType === GMP_SCANNER_TYPE && ( |
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.
Oh I think this is wrong in 20.08 already and should include the GREENBONE_SENSOR_TYPE in that version too.
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.
Yeah, we forgot to update the audit row when we added the greenbone sensor type
What:
Drops GMP_SCANNER_TYPE everywhere in GSA.
Why:
How:
Tests are adjusted accordingly and should pass.
Checklist: