Skip to content

feat: Include SAST and SCA (#11) #16

feat: Include SAST and SCA (#11)

feat: Include SAST and SCA (#11) #16

Workflow file for this run

name: Release Chart
on:
push:
branches:
- main
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ secrets.GITHUB_TOKEN }}