You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reviewed the cFS README.md file to see if the feature is in the major future work.
I performed a cursory search to see if the feature request is relevant, not redundant, nor in conflict with other tickets.
Is your feature request related to a problem? Please describe.
Repositories will be using the configuration files in cFS rather than using duplicate configuration files in their own repos. Some CodeQL workflows do not work unless the full path of the queries are used such as PSP, nasa/PSP#292.
Describe the solution you'd like
Use the full path for queries in CodeQL. For example, instead of ./codeql/cpp/ql/src/JPL_C use github/codeql/cpp/ql/src/JPL_C@main. Some repositories such as cFE does not require the full path.
Describe alternatives you've considered
N/A
Additional context
Tested this locally. The PSP was throwing the error "The configuration file "nasa/cFS/.github/codeql/codeql-coding-standard.yml@main" is invalid: property "queries.uses" is invalid as the local path "codeql/cpp/ql/src/JPL_C" does not exist in the repository". This error goes away when the full path for the queries are used.
Requester Info
Ariel Adams
The text was updated successfully, but these errors were encountered:
Checklist (Please check before submitting)
Is your feature request related to a problem? Please describe.
Repositories will be using the configuration files in cFS rather than using duplicate configuration files in their own repos. Some CodeQL workflows do not work unless the full path of the queries are used such as PSP, nasa/PSP#292.
Describe the solution you'd like
Use the full path for queries in CodeQL. For example, instead of ./codeql/cpp/ql/src/JPL_C use github/codeql/cpp/ql/src/JPL_C@main. Some repositories such as cFE does not require the full path.
Describe alternatives you've considered
N/A
Additional context
Tested this locally. The PSP was throwing the error "The configuration file "nasa/cFS/.github/codeql/codeql-coding-standard.yml@main" is invalid: property "queries.uses" is invalid as the local path "codeql/cpp/ql/src/JPL_C" does not exist in the repository". This error goes away when the full path for the queries are used.
Requester Info
Ariel Adams
The text was updated successfully, but these errors were encountered: