Hi there,
I follow the document Security scanner integration | GitLab to show the security tab in CI/CD by creating an artifact report and it worked well with https://gitlab.com (figure 1). But when I try to do the same on my Gitlab self-managed, it still creates an artifact file but there is no Security tab.
Here is my YAML file.
codeql:
image: doublevkay/codeql-agent-dev:latest
script: /root/scripts/analyze.sh
artifacts:
reports:
sast: gl-sast-report.json
Could anyone please help me? Thank you!