Update controllerManager.image.tag and chart version to 12273655859 #7
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: Fossa Analyze | |
on: | |
push: | |
branches: ["main"] | |
workflow_dispatch: | |
jobs: | |
analyze: | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: fossas/fossa-action@dbd64c2dcb15fe4a5efda62a475d071667eb13b8 | |
with: | |
api-key: ${{secrets.FOSSA_API_KEY}} |