diff --git a/.github/workflows/qa-main.yml b/.github/workflows/qa-main.yml index 7a0d09e..157b43b 100644 --- a/.github/workflows/qa-main.yml +++ b/.github/workflows/qa-main.yml @@ -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