Skip to content

Commit

Permalink
Merge pull request #2829 from wazuh/bugfix/2819-solaris-should-not-sh…
Browse files Browse the repository at this point in the history
…ow-vulnerabilities-module

[4.0.4-7.10.0] solaris should not show vulnerabilities module
  • Loading branch information
Desvelao committed Jan 26, 2021
2 parents 8eeffda + e988e89 commit d2443af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/utils/components-os-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ export const UnsupportedComponents = {
linux: [],
windows: ['audit', 'oscap', 'docker'],
darwin: ['audit', 'oscap', 'vuls', 'docker'],
sunos: [],
sunos: ['vuls'],
other: ['audit', 'oscap', 'vuls', 'docker']
};

0 comments on commit d2443af

Please sign in to comment.