File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1212 uses : actions/checkout@v4
1313
1414 - name : FINOS CCC Validator
15- uses : sshiells-scottlogic/finos-ccc-validator@1.2.1
15+ uses : sshiells-scottlogic/finos-ccc-validator@2.0.0
1616 with :
1717 targetDir : " ./services"
Original file line number Diff line number Diff line change 99 },
1010 "prettier.configPath" : " ./.config/.prettierrc" ,
1111 "yaml.schemas" : {
12- "schemas/capabilities-schema.json" : " /**/capabilities.yaml" ,
13- "schemas/threats-schema.json" : " /**/threats.yaml" ,
14- "schemas/controls-schema.json" : " /**/controls.yaml" ,
15- "schemas/metadata-schema.json" : " /**/metadata.yaml"
12+ "schemas/capabilities-schema.json" : " services /**/capabilities.yaml" ,
13+ "schemas/threats-schema.json" : " services /**/threats.yaml" ,
14+ "schemas/controls-schema.json" : " services /**/controls.yaml" ,
15+ "schemas/metadata-schema.json" : " services /**/metadata.yaml"
1616 },
1717 "[go]" : {
1818 "editor.defaultFormatter" : " golang.go"
You can’t perform that action at this time.
0 commit comments