| name: "Roller CodeQL config" |
| |
| # paths-ignore only influences interpreted languages according to the doc |
| # don't scan JS files three times: |
| # - ignore test folder and source folder |
| # - target is kept to only scan what is deployed |
| paths-ignore: |
| - app/target/test-classes |
| - app/src |
| |
| # If you wish to specify custom queries, you can do so here or in a config file. |
| # By default, queries listed here will override any specified in a config file. |
| # Prefix the list here with "+" to use these queries and those in the config file. |
| # queries: ./path/to/local/query, your-org/your-repo/queries@main |