Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexsjones/action-helm-datree

Datree helm plugin as a GitHub action
https://github.com/alexsjones/action-helm-datree

datree helm

Last synced: about 1 month ago
JSON representation

Datree helm plugin as a GitHub action

Awesome Lists containing this project

README

        

# action-helm-datree

A simple plugin for enabling the scanning of helm charts with Datree.

## Example

```

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Test our Datree helm action
id: entry
uses: AlexsJones/action-helm-datree@main
with:
datree_token: ${{ secrets.DATREE_TOKEN }}
chart_directory: "chart"
- name: Get result
run: echo "${{ steps.entry.outputs.result }}"

```

### Options

```
chart_directory:
values_file:
datree_token:
```