-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: knqyf263 <[email protected]>
- Loading branch information
Showing
18 changed files
with
284 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
- name: aqua | ||
summary: A plugin for integration with Aqua Security SaaS platform | ||
maintainer: aquasecurity | ||
description: A plugin for integration with Aqua Security SaaS platform | ||
repo: https://github.com/aquasecurity/trivy-plugin-aqua |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
- name: kubectl | ||
summary: A plugin scanning the images of a kubernetes resource | ||
maintainer: aquasecurity | ||
description: A plugin scanning the images of a kubernetes resource | ||
repo: https://github.com/aquasecurity/trivy-plugin-kubectl |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
- name: aqua | ||
maintainer: aquasecurity | ||
summary: A plugin for integration with Aqua Security SaaS platform | ||
repo: https://github.com/aquasecurity/trivy-plugin-aqua | ||
- name: kubectl | ||
maintainer: aquasecurity | ||
summary: A plugin scanning the images of a kubernetes resource | ||
repo: https://github.com/aquasecurity/trivy-plugin-kubectl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> | ||
<meta charset="utf-8"> | ||
<title>Trivy Plugins</title> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="//localhost:1313/css/style.css"> | ||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
<style> | ||
.stars { | ||
display: inline-block; | ||
vertical-align: middle; | ||
margin-left: 10px; | ||
} | ||
</style> | ||
</head> | ||
|
||
<header class="header"> | ||
<div class="container container-header"> | ||
<div class="logo"> | ||
<a href="//localhost:1313/" class="header-logo"> | ||
<img src="//localhost:1313/img/trivy-logo.svg" alt="Trivy Logo" style="height: 70px;"> | ||
</a> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
|
||
|
||
<body> | ||
<main> | ||
|
||
|
||
<h1 class="display-3 text-danger">Not found</h1> | ||
|
||
<p class="lead"> | ||
Sorry, this URL cannot be found. Maybe it’s moved. | ||
</p> | ||
|
||
<a href=" / " class="btn btn-lg btn-primary">← Home</a> | ||
|
||
|
||
</main> | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
.header { | ||
background-color: #f8f9fa; | ||
padding: 10px 0; | ||
margin: 0 0 30px; | ||
} | ||
|
||
.logo { | ||
display: flex; | ||
align-items: center; | ||
justify-content: flex-start; | ||
} | ||
|
||
.header-logo { | ||
margin-top: -10px; | ||
margin-left: 120px; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta name="generator" content="Hugo 0.125.6"><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> | ||
<meta charset="utf-8"> | ||
<title>Trivy Plugins</title> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="//localhost:1313/css/style.css"> | ||
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> | ||
<style> | ||
.stars { | ||
display: inline-block; | ||
vertical-align: middle; | ||
margin-left: 10px; | ||
} | ||
</style> | ||
</head> | ||
|
||
<header class="header"> | ||
<div class="container container-header"> | ||
<div class="logo"> | ||
<a href="//localhost:1313/" class="header-logo"> | ||
<img src="//localhost:1313/img/trivy-logo.svg" alt="Trivy Logo" style="height: 70px;"> | ||
</a> | ||
</div> | ||
</div> | ||
</header> | ||
|
||
|
||
|
||
<body> | ||
<main> | ||
|
||
<body> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-md-8 offset-md-2"> | ||
<h1>Trivy Plugins</h1> | ||
<p>Below you will find the list of Trivy plugins distributed on the centralized | ||
<a href="https://github.com/aquasecurity/trivy-plugin-index">trivy-plugin-index</a>. To install these plugins on your machine:</p> | ||
<ol> | ||
<li><a href="https://aquasecurity.github.io/trivy/v0.51/getting-started/installation/">Install the latest version of Trivy</a></li> | ||
<li>Run <code>trivy plugin install <PLUGIN_NAME></code> to install a plugin.</li> | ||
</ol> | ||
<table class="table table-striped"> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Type</th> | ||
<th>Description</th> | ||
<th>Maintainer</th> | ||
<th>Repository</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
|
||
<tr> | ||
<td><a href="https://github.com/aquasecurity/trivy-plugin-aqua" target="_blank">aqua</a></td> | ||
<td>generic</td> | ||
<td>A plugin for integration with Aqua Security SaaS platform</td> | ||
<td>aquasecurity</td> | ||
<td> | ||
<a href="https://github.com/aquasecurity/trivy-plugin-aqua" target="_blank"> | ||
<img src="https://img.shields.io/github/stars/aquasecurity/trivy-plugin-aqua?style=social" alt="GitHub stars"> | ||
</a> | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td><a href="https://github.com/aquasecurity/trivy-plugin-kubectl" target="_blank">kubectl</a></td> | ||
<td>generic</td> | ||
<td>A plugin scanning the images of a kubernetes resource</td> | ||
<td>aquasecurity</td> | ||
<td> | ||
<a href="https://github.com/aquasecurity/trivy-plugin-kubectl" target="_blank"> | ||
<img src="https://img.shields.io/github/stars/aquasecurity/trivy-plugin-kubectl?style=social" alt="GitHub stars"> | ||
</a> | ||
</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
|
||
</main> | ||
</body> | ||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Trivy Plugins</title> | ||
<link>//localhost:1313/</link> | ||
<description>Recent content on Trivy Plugins</description> | ||
<generator>Hugo</generator> | ||
<language>en-us</language> | ||
<atom:link href="//localhost:1313/index.xml" rel="self" type="application/rss+xml" /> | ||
</channel> | ||
</rss> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
User-agent: * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" | ||
xmlns:xhtml="http://www.w3.org/1999/xhtml"> | ||
<url> | ||
<loc>//localhost:1313/</loc> | ||
</url> | ||
</urlset> |
Oops, something went wrong.