Skip to content

Add registry_mirror & across as a known properties #752

Closed
@aaron-uk

Description

@aaron-uk

Describe the bug

Wrongfully displaying unknown property for resource type RegistryImageSource for registry_mirror & DoStep for across

To Reproduce

check-sonarqube-quality-gate.yml

---
platform: linux

image_resource:
  type: registry-image
  source:
    repository: cathive/concourse-sonarqube-qualitygate-task
    tag: "latest"
    registry_mirror:
      host: my-registry.com

inputs:
  - name: sonarqube-analysis

run:
  path: /sonarqube-qualitygate-check
  dir: sonarqube-analysis

Sample

Unknown property 'registry_mirror' for type 'RegistryImageSource'vscode-concourse(YamlSchemaProblem)
Screenshot 2022-04-04 at 17 18 10

Unknown property 'across' for type 'DoStep'vscode-concourse(YamlSchemaProblem)
Screenshot 2022-04-04 at 17 28 57

registry_mirror info from concourse ci resource repo

across step info

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions