Skip to content

feat: Add GKE example for GitOps flow with umbrella helm chart (#666) #489

feat: Add GKE example for GitOps flow with umbrella helm chart (#666)

feat: Add GKE example for GitOps flow with umbrella helm chart (#666) #489

Workflow file for this run

name: FOSSA
on:
push:
branches:
- master
jobs:
fossa-scan:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: fossas/fossa-action@v1
with:
api-key: ${{ secrets.FOSSA_API_KEY }}