This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Check for Deprecated K8s APIs #21
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check for Deprecated K8s APIs | |
on: | |
schedule: | |
- cron: '0 0 1 * *' | |
jobs: | |
check_for_deprecated_APIs: | |
name: Check Deprecated K8s APIs | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Download Pluto | |
uses: FairwindsOps/pluto/github-action@master | |
- name: Use pluto | |
run: | | |
pluto detect-files -d ./charts/easyauth-proxy | |
pluto detect-files -d ./ |