Skip to content

Commit

Permalink
chore: adjust metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Nov 28, 2023
1 parent a1740e7 commit 695460a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @jeffersonking @GabeDeBacker @EasyRhinoMSFT @shaopeng-gh @50wliu

4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

# SARIF Viewer for Visual Studio Code
# Monokle SARIF Viewer for Visual Studio Code

> **IMPORTANT**: This is a fork of [Sarif Viewer extension by Microsoft Corporation](https://github.com/microsoft/sarif-vscode-extension). Used by [Monokle](https://github.com/kubeshop/vscode-monokle) extension.
A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marketplace.visualstudio.com/VSCode) that adds support for viewing [SARIF](https://sarifweb.azurewebsites.net/) logs. SARIF log results can be viewed as squiggles in your source, in the Problems list, or in a dedicated **SARIF Results Panel**. The **SARIF Results Panel** offers richer grouping, filtering, column, and details options over the standard Problems list.

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "sarif-viewer",
"displayName": "SARIF Viewer",
"description": "Adds support for viewing SARIF logs",
"author": "Microsoft Corporation",
"name": "monokle-sarif-viewer",
"displayName": "Monokle SARIF Viewer",
"description": "Adds support for viewing SARIF logs, fork of Sarif Viewer by Microsoft Corporation",
"author": "Kubeshop",
"license": "MIT",
"version": "3.4.2",
"publisher": "MS-SarifVSCode",
"publisher": "Kubeshop",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/sarif-vscode-extension.git"
"url": "https://github.com/kubeshop/vscode-monokle.git"
},
"bugs": {
"url": "https://github.com/Microsoft/sarif-vscode-extension/issues"
"url": "https://github.com/kubeshop/vscode-monokle/issues"
},
"icon": "icon.png",
"categories": [
Expand Down

0 comments on commit 695460a

Please sign in to comment.