Skip to content

Commit

Permalink
Added FAQ docs for ADO work items (#1353)
Browse files Browse the repository at this point in the history
* Added FAQ docs for ADO work items

* Updated Test cases
  • Loading branch information
itsKedar authored May 28, 2024
1 parent 9d9e431 commit ee0ec32
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions docs/Frequently-Asked-Questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,8 @@ Yes, this can be performed with overrides & [Config As Code](https://github.com/
## <a name="applicationxml">Q: Why cxflow spring boot fails to start application if application.xml is present in source code in GitLab pipeline ?</a>
Please pass command line parameter --spring.config.name=myproject in .gitlab-ci.yml file

## <a name="applicationxml">Q: How to make scan compatible with Windows os if project have windows reserved keyword or folder with windows invalid characters ?</a>
Please exclude files which contains windows reserved keyword or folder with windows invalid characters using excludeFiles parameter.
## <a name="windowsos">Q: How to make scan compatible with Windows os if project have windows reserved keyword or folder with windows invalid characters ?</a>
Please exclude files which contains windows reserved keyword or folder with windows invalid characters using excludeFiles parameter.

## <a name="ado">Q: How to check all Work Items in ADO ?</a>
All work items in search bar or run a query in ADO to find all work items.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Feature: SCA support in CxFlow command-line

Examples:
| filter | number of issue |
| none | 21 |
| none | 19 |
| High | 6 |
| Medium,Low | 15 |
| Medium,Low | 13 |
| Low | 2 |


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ Feature: Cx-Flow SCA Integration permutation tests
| High, medium | 6.3 | 10 |
| high, invalid | 8.7 | 2 |
| | 6.4 | 8 |
| medium | 0.0 | 13 |
| | 0.0 | 21 |
| medium | 0.0 | 11 |
| | 0.0 | 19 |
| low | 0.0 | 2 |
| | -0.3 | 21 |
| | -0.3 | 19 |


@SCA_Issues_Creation
Expand Down

0 comments on commit ee0ec32

Please sign in to comment.