mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
add goreport status and travis refresh report on build
This commit is contained in:
parent
200f3fce63
commit
cbe6a8f405
2 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,9 @@ install: true
|
|||
script:
|
||||
- make build
|
||||
|
||||
after_script:
|
||||
- curl -d "repo=https://github.com/nirmata/kyverno" https://goreportcard.com/checks
|
||||
|
||||
after_success:
|
||||
- docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
|
||||
- make docker-publish
|
|
@ -1,6 +1,6 @@
|
|||
# Kyverno - Kubernetes Native Policy Management
|
||||
|
||||
[![Build Status](https://travis-ci.org/nirmata/kyverno.svg?branch=master)](https://travis-ci.org/nirmata/kyverno)
|
||||
[![Build Status](https://travis-ci.org/nirmata/kyverno.svg?branch=master)](https://travis-ci.org/nirmata/kyverno) [![Go Report Card](https://goreportcard.com/badge/github.com/nirmata/kyverno)](https://goreportcard.com/report/github.com/nirmata/kyverno)
|
||||
|
||||
![logo](documentation/images/Kyverno_Horizontal.png)
|
||||
|
||||
|
|
Loading…
Reference in a new issue