Skip to content

Commit

Permalink
Add Helm linting to Drone pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcasso committed Sep 19, 2021
1 parent b25d170 commit a4d7249
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ steps:
- pip install black
- black .

- name: "Lint: helm"
image: python:3.9.6
depends_on: ["clone"]
commands:
- curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
- helm lint helm/

- name: "Scan: bandit"
image: python:3.9.6
depends_on: ["clone"]
Expand Down Expand Up @@ -149,6 +156,6 @@ steps:

---
kind: signature
hmac: 5cb9a401ff6edb5df93314c5eca280165597835826b9f4c4754201327660eec6
hmac: 9fafcdedd275989bd751a9e0510f5bacc422cc0f41ce97131a810a7ee1873876

...

0 comments on commit a4d7249

Please sign in to comment.