Reports format
Hello,
GitLab support actually report in formats:
- artifacts:reports:junit
- artifacts:reports:codequality
- artifacts:reports:sast
- artifacts:reports:dependency_scanning
- artifacts:reports:container_scanning
- artifacts:reports:dast
- artifacts:reports:license_management
- artifacts:reports:performance
In our case, however, the first two formats seem appropriate. I wonder why you chose codequalify format? Does it have any advantage over the other? It seems to me that it has less support in the community.
If we want to add support for the JUnit format, we should resolve the issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/50964 https://github.com/eslint/eslint/issues/11068 What will ensure integration with Gitlab without the installation of additional software.
Greets