Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(plugin): Add trivy-aws as a plugin #8

Merged
merged 5 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
site/data
site/public
.idea
6 changes: 6 additions & 0 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ plugins:
maintainer: aquasecurity
summary: Put referrers to OCI registry
output: false
- name: aws-scan
version: 0.1.0
repository: github.com/aquasecurity/trivy-aws
maintainer: aquasecurity
summary: AWS Cloud Scanning
output: false
simar7 marked this conversation as resolved.
Show resolved Hide resolved
2 changes: 2 additions & 0 deletions plugins/aws-scan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: aws-scan
repository: github.com/aquasecurity/trivy-aws
Loading