Skip to content

Commit

Permalink
Merge branch 'main' into upgradeV5
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner committed Dec 13, 2024
2 parents dc51b5d + a8fe50e commit 4608eab
Show file tree
Hide file tree
Showing 8 changed files with 839 additions and 773 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Generate cosign vulnerability scan record
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0
with:
image-ref: ${{ env.IMAGE_NAME }}:${{ github.sha }}
format: "cosign-vuln"
output: "vulnerabilities.json"

- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@915b19bbe73b92a6cf82a1bc12b087c9a19a5fe2
uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0
with:
image-ref: "${{ env.IMAGE_NAME }}:${{ github.sha }}"
format: "template"
Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"styled-components": "^6.1.13"
},
"devDependencies": {
"better-sqlite3": "^11.5.0",
"better-sqlite3": "^11.7.0",
"jest": "^29.7.0",
"supertest": "^7.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,10 @@
"type": "dynamiczone",
"components": [
"basic.heading",
"basic.link",
"basic.paragraph",
"form-elements.button",
"form-elements.input",
"form-elements.select",
"form-helper.errors",
"page.info-box-item",
"page.info-box",
"page.box",
"page.box-with-image",
"form-elements.dropdown",
"page.inline-notice",
"page.link-list-box",
"page.list",
Expand Down
6 changes: 0 additions & 6 deletions src/api/result-page/content-types/result-page/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"basic.link",
"basic.paragraph",
"page.info-box",
"page.info-box-item",
"page.box-with-image",
"page.list",
"page.inline-notice",
Expand Down Expand Up @@ -96,11 +95,6 @@
},
"component": "basic.link"
},
"reasonings": {
"type": "relation",
"relation": "oneToMany",
"target": "api::element-with-id.element-with-id"
},
"documents": {
"type": "relation",
"relation": "oneToOne",
Expand Down
6 changes: 6 additions & 0 deletions src/components/form-elements/textarea.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
"type": "component",
"repeatable": false,
"component": "page.details-summary"
},
"maxLength": {
"type": "integer",
"required": false,
"max": 5000,
"default": 5000
}
}
}
Loading

0 comments on commit 4608eab

Please sign in to comment.