mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
update copy and link to vulns processing article (#32123)
> Closes #32037 # Checklist for submitter If some of the following don't apply, delete the relevant line. ## Testing - [x] QA'd all new/changed functionality manually
This commit is contained in:
parent
32fb86c285
commit
bbcf4c5142
1 changed files with 2 additions and 2 deletions
|
|
@ -39,8 +39,8 @@ const NoVulnsDetected = ({ itemName }: INoVulnsDetectedProps): JSX.Element => {
|
|||
<>
|
||||
Expecting to see vulnerabilities?{" "}
|
||||
<CustomLink
|
||||
url={GITHUB_NEW_ISSUE_LINK}
|
||||
text="File an issue on GitHub"
|
||||
url={"https://fleetdm.com/guides/vulnerability-processing#coverage"}
|
||||
text="What Fleet covers"
|
||||
newTab
|
||||
/>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Reference in a new issue