File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [codespell]
2+ ignore-words-list = ans
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout Repository
28- uses : actions/checkout@v6
28+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2929 with :
3030 persist-credentials : false
3131
Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Checkout Code
17- uses : actions/checkout@v6
17+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818 with :
1919 # Full git history is needed to get a proper list of changed files within `super-linter`
2020 fetch-depth : 0
2424 # Run Linter against code base #
2525 # ###############################
2626 - name : Lint Code Base
27- uses : super-linter/super-linter/slim@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
27+ uses : super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0
2828 env :
2929 VALIDATE_ALL_CODEBASE : true
3030 DEFAULT_BRANCH : main
Original file line number Diff line number Diff line change 99CGNAME=$( yq ' .main.clusterGroupName' " $PATTERN_DIR /values-global.yaml" )
1010
1111if [ -z " $CGNAME " ] || [ " $CGNAME " == " null" ]; then
12- echo " Error - cannot detrmine clusterGroupName"
12+ echo " Error - cannot determine clusterGroupName"
1313 exit 1
1414fi
1515
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ case "$STATE" in
4141 ;;
4242 " absent" )
4343 common/scripts/manage-secret-namespace.sh " $NAMESPACE " " $STATE "
44- echo " Removing application wth chart location $CHART_LOCATION "
44+ echo " Removing application with chart location $CHART_LOCATION "
4545 yq -i " del(.clusterGroup.applications[] | select(.chart == \" $CHART_NAME \" ))" " $MAIN_CLUSTERGROUP_FILE "
4646 ;;
4747 * )
You can’t perform that action at this time.
0 commit comments