mittwald / kubernetes-secret-generator

Kubernetes controller for automatically generating and updating secrets
Apache License 2.0
330 stars 57 forks source link

disable code-climate for PRs #20

Closed hensur closed 4 years ago

hensur commented 4 years ago

The secret reporterId for code climate can't be accessed by pipelines triggered by Pull Requests from forks of the repository.

With this change, pull requests only run a normal go test instead of a test wrapped by the code climate reporter.