Skip to content

Commit

Permalink
docs: Add example trivy scan so that people can try the vulnerability…
Browse files Browse the repository at this point in the history
… explorer without the need to run trivy first. Refs #345
  • Loading branch information
Morl99 committed Sep 14, 2022
1 parent 8960fde commit 41e59f7
Show file tree
Hide file tree
Showing 2 changed files with 1,807 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Head over to the https://dbsystel.github.io/trivy-vulnerability-explorer[applica
trivy i -f json -o alpine-3.9.2.json alpine:3.9.2
----

Now load this file in the vulnerability explorer and start exploring. You can filter by term or click one of the categories in the filter bar to dig into the data.
Now load this file in the vulnerability explorer and start exploring. You can filter by term or click one of the categories in the filter bar to dig into the data. You can also use the link:src/assets/alpine-3.9.2.json[example file] in the repo.

The data never leaves your browser, because all processing is handled inside your browser. Of course you can feel free to fork this project and deploy your own version. If you do so, I would be happy if you leave me a comment and a star on the repository.
The data never leaves your browser, because all processing is handled inside your browser. Of course, you can feel free to fork this project and deploy your own version. If you do so, I would be happy if you leave me a comment and a star on the repository.

=== Integration with GitLab Job

Expand Down
Loading

0 comments on commit 41e59f7

Please sign in to comment.