diff --git a/.github/workflows/secgen.yaml b/.github/workflows/secgen.yaml index fda4b2ef975..e01d57dcb86 100644 --- a/.github/workflows/secgen.yaml +++ b/.github/workflows/secgen.yaml @@ -99,10 +99,9 @@ jobs: # container_sec_scan "charts/${train}/${chart}" ${chartname} ${train} done done + echo "finsihed security scan" - name: Commit Website Changes - if: | - steps.collect-changes.outputs.changesDetected == 'true' run: | cd website git config user.name "TrueCharts-Bot"