Skip to content

SARIF reports not supported #1919

Description

@jonasatturck

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions