79501354

Date: 2025-03-11 15:54:41
Score: 2
Natty:
Report link

Similar issue.

The syntax you are using is GitLab's shorthand route used within GitLab's web interface to access raw file contents directly. But the official Rest interface fails as well:

curl --header "JOB-TOKEN: <token>" "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/repository/files/<file>/raw?ref=<git-ref>"
Reasons:
  • RegEx Blacklisted phrase (1): Similar issue
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Kristofer