Skip to content

Adding auto-updater to charts repo #3

Adding auto-updater to charts repo

Adding auto-updater to charts repo #3

name: Auto Updater
on:
pull_request:
paths:
- auto-updater/**
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build Image
run: docker build -t auto-updater ./auto-updater
- name: scan image with trivy
run: docker run --rm -v $(pwd):/workdir aquasec/trivy auto-updater:latest