Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Datree helm plugin as a GitHub action
- Host: GitHub
- URL: https://github.com/AlexsJones/action-helm-datree
- Owner: AlexsJones
- License: mit
- Created: 2022-01-04T10:57:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T11:40:36.000Z (about 3 years ago)
- Last Synced: 2024-05-22T12:33:05.148Z (9 months ago)
- Topics: datree, helm
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-datree - Action Helm Datree - A simple plugin for enabling the scanning of helm charts with Datree **by AlexsJones** (💻 Projects)
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:
```