summaryrefslogtreecommitdiff
path: root/spec/frontend/editor/schema/ci/yaml_tests/negative_tests/artifacts.yml
blob: f5670376efc57b66ba1737b8540cda295018a6cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# invalid artifact:reports:cyclonedx

cyclonedx no paths:
  artifacts:
    reports:
      cyclonedx:

cyclonedx not a report:
  artifacts:
    cyclonedx: foo

cyclonedx not an array or string:
  artifacts:
    reports:
      cyclonedx:
        paths:
          - foo
          - bar