File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - name : yaml-lint
99 uses : ibiqlik/action-yamllint@v3
1010 with :
11- file_or_dir : xero_accounting.yaml xero_assets.yaml xero_bankfeeds.yaml xero_files.yaml xero-app-store.yaml xero-identity.yaml xero-payroll-au.yaml xero-payroll-nz.yaml xero-payroll-uk.yaml xero-projects.yaml
11+ file_or_dir : xero_accounting.yaml xero_assets.yaml xero_bankfeeds.yaml xero_files.yaml xero-app-store.yaml xero-identity.yaml xero-payroll-au.yaml xero-payroll-nz.yaml xero-payroll-uk.yaml xero-projects.yaml xero-webhooks.yaml
1212 config_data : |
1313 extends: default
1414 rules:
Original file line number Diff line number Diff line change @@ -158,3 +158,4 @@ rules:
158158 operation-tag-defined : off # Disable operation tags defined in global tags rule
159159 owasp:api4:2023-string-restricted : off # Disable string restricted rule to address warnings
160160 path-params : off # Disable path parameter validation to address mapping key issues
161+ owasp:api8:2023-define-cors-origin : off # Disable CORS origin header requirement
You can’t perform that action at this time.
0 commit comments