Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKarstoft committed Jun 24, 2022
1 parent 1fbd8a0 commit c3868e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/artifact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export async function getArtifacts(
const vulnKey =
'application/vnd.scanner.adapter.vuln.report.harbor+json; version=1.0'
if (vulns[vulnKey] === undefined) {
vulns[vulnKey] = {severity: 'Unknown', vulnerabilities:[] }
vulns[vulnKey] = { severity: 'Unknown', vulnerabilities: [] }
}
let severity = vulns[vulnKey].severity
if (severity === 'Unknown') {
Expand Down

0 comments on commit c3868e5

Please sign in to comment.