Skip to content

Commit

Permalink
Add rules version to profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bousch committed Jun 23, 2023
1 parent 738db34 commit fc3c105
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions start-with-profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,14 +267,15 @@ changeDefaultAdminPassword
testAdminCredentials

# (Re-)create the ICTU profiles
createProfile "ictu-ansible-profile-v2.5.1" "Sonar%20way" "yaml"
createProfile "ictu-cs-profile-v8.51.0" "Sonar%20way" "cs"
createProfile "ictu-java-profile-v7.16.0" "Sonar%20way" "java"
createProfile "ictu-js-profile-v9.13.0" "Sonar%20way" "js"
createProfile "ictu-kotlin-profile-v2.12.0" "Sonar%20way" "kotlin"
createProfile "ictu-py-profile-v3.24.0" "Sonar%20way" "py"
createProfile "ictu-ts-profile-v9.13.0" "Sonar%20way" "ts"
createProfile "ictu-vbnet-profile-v8.51.0" "Sonar%20way" "vbnet"
createProfile "ictu-web-profile-v3.7.1" "Sonar%20way" "web"
RULES_VERSION=20230619
createProfile "ictu-ansible-profile-v2.5.1-${RULES_VERSION}" "Sonar%20way" "yaml"
createProfile "ictu-cs-profile-v8.51.0-${RULES_VERSION}" "Sonar%20way" "cs"
createProfile "ictu-java-profile-v7.16.0-${RULES_VERSION}" "Sonar%20way" "java"
createProfile "ictu-js-profile-v9.13.0-${RULES_VERSION}" "Sonar%20way" "js"
createProfile "ictu-kotlin-profile-v2.12.0-${RULES_VERSION}" "Sonar%20way" "kotlin"
createProfile "ictu-py-profile-v3.24.0-${RULES_VERSION}" "Sonar%20way" "py"
createProfile "ictu-ts-profile-v9.13.0-${RULES_VERSION}" "Sonar%20way" "ts"
createProfile "ictu-vbnet-profile-v8.51.0-${RULES_VERSION}" "Sonar%20way" "vbnet"
createProfile "ictu-web-profile-v3.7.1-${RULES_VERSION}" "Sonar%20way" "web"

wait $PID

0 comments on commit fc3c105

Please sign in to comment.