Skip to content

Commit

Permalink
feat: Update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasco-jofra authored Aug 23, 2024
1 parent cf641b3 commit 01ee943
Show file tree
Hide file tree
Showing 11 changed files with 2,763 additions and 1,065 deletions.
3 changes: 2 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
!LICENSE
!README.md
!package.json
!media/icon.png
!media/logo.png
!media/logo.svg
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# SARIF Explorer - Enjoy reviewing your static analysis results
<!-- Cannot use SVG because of the VSCode extension packager :cries: -->
<!-- trunk-ignore-all(markdownlint/MD041) -->
![SARIF Explorer banner](./media/banner.png)

# SARIF Explorer: Enjoy reviewing your static analysis results

SARIF Explorer is a VSCode extension that enables you to review static analysis results effectively and enjoyably. No more browsing `.txt` or `.csv` files.


Whether you are a developer or a code auditor, SARIF Explorer allows you to classify your tool's results as `Bug` or `False Positive`, add comments to the results, export the bugs you triaged, and much more (see [Features](#features) below).

![Image of the UI explaining each section and button](./media/README/main_cropped.png)
Expand Down
Binary file added media/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
130 changes: 130 additions & 0 deletions media/banner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed media/icon.png
Binary file not shown.
Binary file added media/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 01ee943

Please sign in to comment.