-
- Downloads
gitlab-lint: Drop since available tokens are not enough
After the GitLab "Unauthenticated CI lint API may lead to information
disclosure and SSRF" fix shipped with version 13.8.4 the `ci/lint`
endpoints requires authentication but:
1. `$CI_JOB_TOKEN` is not enough
2. `$TEST_GITLAB_AUTH_TOKEN` is not enough either, some extra
permissions are required
Given that the YAML will get executed in the same pipeline, let's
just drop the lint CI job rather than granting more permissions
than necessary.
Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
parent
8fababa1
No related branches found
No related tags found
tests/gitlab-lint
deleted
100755 → 0
Please register or sign in to comment