Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
samleeflang committed Oct 28, 2024
1 parent 1376d13 commit 1fccaf5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ jobs:
- name: Build image
run: |
docker build -t $REPO_LC data-model/
- name: Trivy - List all vulnerabilities
uses: aquasecurity/trivy-action@master
with:
image-ref: ${{ env.REPO_LC }}
format: 'table'
ignore-unfixed: true
vuln-type: 'os,library'
- name: Trivy - List all vulnerabilities
uses: aquasecurity/trivy-action@master
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
"required": [
"inputField",
"inputValue"
]
],
"additionalProperties": false
},
"minItems": 1
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"ods:containerImage",
"ods:containerTag",
"ods:batchingPermitted",
"ods:TargetDigitalObjectFilter"
"ods:hasTargetDigitalObjectFilter"
],
"additionalProperties": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
},
"required": [
"schema:name",
"schema:uri",
"schema:url",
"ods:translatorType",
"ods:mappingID"
"ods:dataMappingID"
],
"additionalProperties": false
}

0 comments on commit 1fccaf5

Please sign in to comment.