Skip to content

Commit

Permalink
feat: update deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
e102 committed Jul 19, 2022
1 parent b03881e commit 030cdc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/reachable-vulns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ export async function validatePayload(
}

export const reachableVulnsRemovalMessage = theme.color.status.warn(
`${theme.icon.WARNING} Starting on August 15th 2022, the reachable flag (--reachable) will not be supported.We are currently developing new and improved capabilities for prioritizing vulnerabilities.Please follow https://updates.snyk.io for news and updates, and we are sorry for the temporary inconvenience.\n`,
`${theme.icon.WARNING} Starting on August 15th 2022, the reachable (--reachable) will no longer be supported and will have no effect. We are currently developing new and improved capabilities for prioritizing vulnerabilities. Please follow https://updates.snyk.io for news and updates. We are sorry for the temporary inconvenience.\n`,
);

0 comments on commit 030cdc7

Please sign in to comment.