typo fixed and GitHub Profile link added (#236)

* added author repo link

* typo fixes
This commit is contained in:
S Dhanya Abhirami
2019-11-03 13:27:47 +05:30
committed by Teppei Fukuda
parent 76d920eda7
commit d1615bcdb6
2 changed files with 4 additions and 3 deletions

View File

@@ -16,12 +16,13 @@ Thank you for taking interest in contributing to Trivy !
1. If a reviewer commented on your code or asked for changes, please remember to mark the discussion as resolved after you address it. PRs with unresolved issues should not be merged (even if the comment is unclear or requires no action from your side).
1. Please include a comment with the results before and after your change.
1. Your PR is more likely to be accepted if it includes tests (We have not historically been very strict about tests, but we would like to improve this!).
1. If your PR affects the user experience in some way, please update the Readme and the cli help accordingly.
1. If your PR affects the user experience in some way, please update the Readme and the CLI help accordingly.
## Understand where your pull request belongs
Trivy is composed of several different repositories that work together:
- [Trivy](https://github.com/aquasecurity/trivy) is the client-side, user-facing, command line tool.
- [vuln-list](https://github.com/aquasecurity/vuln-list) is a vulnerabilities database, aggregated from different sources, and normalized for easy consumption. This of this as the "server" side of the trivy command line tool. **There should be no pull requests to this repo**
- [vuln-list-update](https://github.com/aquasecurity/vuln-list-update) is the code that maintains the vuln-list database.
- [fanal](https://github.com/aquasecurity/fanal) is a library for extracting system information containers. It is being used by trivy to find testable subjects in the container image.
- [fanal](https://github.com/aquasecurity/fanal) is a library for extracting system information containers. It is being used by Trivy to find testable subjects in the container image.

View File

@@ -1502,4 +1502,4 @@ This repository is available under the [GNU Affero General Public License v3.0](
# Author
Teppei Fukuda (knqyf263)
[Teppei Fukuda](https://github.com/knqyf263) (knqyf263)