File: content/manuals/scout/integrations/team-collaboration/slack.md
Issue
The "How it works" section contains a grammatical error in the note about notification triggers:
If the last pushed image is not by a newly disclosed CVE, then no notification will be triggered.
The phrase "is not by" is grammatically incorrect and unclear.
Why this matters
This sentence is meant to explain when notifications are NOT triggered, but the current wording is confusing. A reader would struggle to understand what "is not by a newly disclosed CVE" means. The same explanation appears correctly in the dashboard documentation.
Suggested fix
Change "is not by" to "is not affected by" to match the correct version in content/manuals/scout/explore/dashboard.md:
If the last pushed image is not affected by a newly disclosed CVE, then no notification will be triggered.
This makes the logic clear: notifications only trigger when the last pushed image IS affected by a newly disclosed CVE.
Found by nightly documentation quality scanner
File:
content/manuals/scout/integrations/team-collaboration/slack.mdIssue
The "How it works" section contains a grammatical error in the note about notification triggers:
The phrase "is not by" is grammatically incorrect and unclear.
Why this matters
This sentence is meant to explain when notifications are NOT triggered, but the current wording is confusing. A reader would struggle to understand what "is not by a newly disclosed CVE" means. The same explanation appears correctly in the dashboard documentation.
Suggested fix
Change "is not by" to "is not affected by" to match the correct version in
content/manuals/scout/explore/dashboard.md:This makes the logic clear: notifications only trigger when the last pushed image IS affected by a newly disclosed CVE.
Found by nightly documentation quality scanner