Skip to content

Commit

Permalink
[Development][Add] Added Badges for README (#3)
Browse files Browse the repository at this point in the history
* Added badges

Signed-off-by: iamabhishek-dubey <[email protected]>

* Added badges

Signed-off-by: iamabhishek-dubey <[email protected]>

* Added badges

Signed-off-by: iamabhishek-dubey <[email protected]>

* Updated checklist

Signed-off-by: iamabhishek-dubey <[email protected]>
  • Loading branch information
iamabhishek-dubey authored Nov 13, 2020
1 parent a0d4ef9 commit e8f8541
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
<img src="./static/ot-dockerlinter.svg" height="180" width="180">
</p>

[![GitHub Super-Linter](https://github.com/opstree/OT-Dockerlinter/workflows/CI%20Pipeline/badge.svg)](https://github.com/opstree/OT-Dockerlinter)
[![made-with-Go](https://img.shields.io/badge/Made%20with-Go-1f425f.svg)](http://golang.org)
![GitHub go.mod Go version (subdirectory of monorepo)](https://img.shields.io/github/go-mod/go-version/opstree/OT-Dockerlinter)
[![Go Report Card](https://goreportcard.com/badge/github.com/opstree/OT-Dockerlinter)](https://goreportcard.com/report/github.com/opstree/OT-Dockerlinter)
[![Apache License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/opstree/OT-Dockerlinter)


OT-Dockerlinter helps you in writing a Dockerfile with best practices. This tools can be integrated with your container native CI pipeline for Dockerfile's static code analysis and reporting.

### Supported Features
Expand Down Expand Up @@ -198,9 +206,9 @@ $ ot-docker-linter audit --docker.file testing/Dockerfile.testing -o json
### Roadmap
- [ ] Add project badges in README
- [ ] Fixed all linters warnings
- [ ] Add CI workflow for linter
- [X] Add project badges in README
- [X] Fixed all linters warnings
- [X] Add CI workflow for linter
- [ ] Add JSON support in Jenkins warnings-ng plugin
- [ ] Add more rules in checklist
- [ ] Create a Jenkins shared library function to call it inside the Jenkinsfile
Expand Down

0 comments on commit e8f8541

Please sign in to comment.