Skip to content

Commit d7612dc

Browse files
committed
chore: update linting and workflows for xero-webhooks.yaml
1 parent 1d6126f commit d7612dc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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:

validator/xero-spectral.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)