Skip to content

Commit

Permalink
Add new badge for dockerhub pulls (#85)
Browse files Browse the repository at this point in the history
* add docker pull badges
  • Loading branch information
morwn authored Sep 7, 2022
1 parent 191149f commit b998b0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Read more in the [Chain-bench Documentation][docs]
[![Go Reference](https://pkg.go.dev/badge/github.com/aquasecurity/chain-bench.svg?style=flat-square)](https://pkg.go.dev/github.com/aquasecurity/chain-bench)
[![GitHub Release][release-img]][release]
[![Downloads][download]][release]
[![DockerHub Pulls][docker-pull-img]][docker-pull]
[![Build Status](https://github.com/aquasecurity/chain-bench/workflows/Build/badge.svg?branch=main&style=flat-square)](https://github.com/aquasecurity/chain-bench/actions)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](https://github.com/aquasecurity/chain-bench/blob/main/LICENSE)
[![go-report-card][go-report-card]](https://goreportcard.com/report/github.com/aquasecurity/chain-bench)
Expand All @@ -30,6 +31,8 @@ Read more in the [Chain-bench Documentation][docs]
[download]: https://img.shields.io/github/downloads/aquasecurity/chain-bench/total?logo=github&style=flat-square
[release-img]: https://img.shields.io/github/release/aquasecurity/chain-bench.svg?logo=github&style=flat-square
[release]: https://github.com/aquasecurity/chain-bench/releases
[docker-pull]: https://cloud.docker.com/repository/docker/aquasec/chain-bench
[docker-pull-img]: https://img.shields.io/docker/pulls/aquasec/chain-bench.svg
[go-report-card]: https://goreportcard.com/badge/github.com/aquasecurity/chain-bench?style=flat-square

<figure style="text-align: center">
Expand Down

0 comments on commit b998b0f

Please sign in to comment.