I get this error on a ci config with sarif reports:
Invalid .gitlab-ci.yml configuration!
• 'sarif' property is not expected to be here at job.artifacts.reports [#/properties/reports/additionalProperties]
Minimal .gitlab-ci.yml illustrating the issue
job:
script:
- echo
artifacts:
reports:
sarif: test.json
Expected behavior
Paste a public job url.
I don't have a public job URL, but this report type is documented here
Host information
WSL Debian 12
gitlab-ci-local 4.74.0
Containerd binary
docker
Additional context
N/A
I get this error on a ci config with sarif reports:
Minimal .gitlab-ci.yml illustrating the issue
Expected behavior
Paste a public job url.
I don't have a public job URL, but this report type is documented here
Host information
WSL Debian 12
gitlab-ci-local 4.74.0
Containerd binary
docker
Additional context
N/A