Revert test to show expected behavior (USER-933)

This commit is contained in:
Julien HENRY 2025-09-08 09:24:24 +02:00
parent a6104e7ee4
commit 802bf88184

View file

@ -50,8 +50,8 @@ jobs:
- name: Assert
run: |
./test/assertFileContains ./output.properties "sonar.someArg=aValue"
./test/assertFileContains ./output.properties 'sonar.anotherArgWithSpaces="Another Value"'
./test/assertFileContains ./output.properties "sonar.argWithSingleQuotes='Another Value'"
./test/assertFileContains ./output.properties "sonar.anotherArgWithSpaces=Another Value"
./test/assertFileContains ./output.properties "sonar.argWithSingleQuotes=Another Value"
argsInputInjectionTest:
name: >
'args' input with command injection will fail