mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-12 17:31:15 +00:00
Revert test to show expected behavior (USER-933)
This commit is contained in:
parent
a6104e7ee4
commit
802bf88184
1 changed files with 2 additions and 2 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue