Skip to content

Commit

Permalink
Merge branch 'main' into feature/support-critical-severity
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobcx authored Aug 29, 2024
2 parents 1bf4e16 + f6a9c16 commit ca59757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vorpal/vorpalService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export async function scanVorpal(document: vscode.TextDocument, logs: Logs) {
// VIEW PROBLEMS
logs.info(
scanVorpalResult.scanDetails.length +
" vulnerabilities were found in " +
" security best coding practices issues were found in " +
document.uri.fsPath
);
updateProblems(scanVorpalResult, document.uri);
Expand Down

0 comments on commit ca59757

Please sign in to comment.