mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-15 04:07:46 +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
|
||||
|
||||
[](https://travis-ci.org/nirmata/kyverno)
|
||||
[](https://travis-ci.org/nirmata/kyverno) [](https://goreportcard.com/report/github.com/nirmata/kyverno)
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue