fix(docs): actually wrote security scan results to website

This commit is contained in:
Kjeld Schouten-Lebbing 2022-12-22 22:56:03 +01:00
parent 7f2b2d4ace
commit 57a02c6ae4
1 changed files with 1 additions and 2 deletions

View File

@ -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"