Skip to content

Commit 11e1afa

Browse files
committed
fix: lint
Signed-off-by: Umberto Sgueglia <usgueglia@contractor.linuxfoundation.org>
1 parent cebf94d commit 11e1afa

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

backend/src/api/public/v1/akrites-external/openapi.yaml

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,14 @@ components:
124124
additionalProperties: true
125125
impact:
126126
type: object
127-
required: [score, downloadsLast30Days, dependentPackagesCount, dependentReposCount, transitiveReach]
127+
required:
128+
[
129+
score,
130+
downloadsLast30Days,
131+
dependentPackagesCount,
132+
dependentReposCount,
133+
transitiveReach,
134+
]
128135
properties:
129136
score:
130137
type: integer
@@ -188,7 +195,14 @@ components:
188195
nullable: true
189196
security:
190197
type: object
191-
required: [securityPolicyUrl, vulnerabilityReportingUrl, bugBountyUrl, pvrEnabled, criticalVulnerabilityFlag]
198+
required:
199+
[
200+
securityPolicyUrl,
201+
vulnerabilityReportingUrl,
202+
bugBountyUrl,
203+
pvrEnabled,
204+
criticalVulnerabilityFlag,
205+
]
192206
properties:
193207
securityPolicyUrl:
194208
type: string
@@ -207,7 +221,14 @@ components:
207221
nullable: true
208222
provenance:
209223
type: object
210-
required: [resolvedRepositoryUrl, declaredRepositoryUrl, mappingConfidenceScore, mappingConfidenceLabel, lastCommitAt]
224+
required:
225+
[
226+
resolvedRepositoryUrl,
227+
declaredRepositoryUrl,
228+
mappingConfidenceScore,
229+
mappingConfidenceLabel,
230+
lastCommitAt,
231+
]
211232
properties:
212233
resolvedRepositoryUrl:
213234
type: string

0 commit comments

Comments
 (0)