diff --git a/.github/workflows/codeql-config.yml b/.github/workflows/codeql-config.yml new file mode 100644 index 0000000..44b3d7f --- /dev/null +++ b/.github/workflows/codeql-config.yml @@ -0,0 +1,3 @@ +paths-ignore: + # Avoid CodeQL python scan error when processing the syntax test case: runner/work/steelscript/steelscript/tests/ss_fake/services/awesome_service/two/action.py#L3C0:0: A parse error occurred while processing + - '**/tests/ss_fake/services/awesome_service/two/action.py*'