Revert test to show expected behavior (USER-933)
This commit is contained in:
4
.github/workflows/qa-main.yml
vendored
4
.github/workflows/qa-main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user