@if (additionLinks) {
{{ 'ARTIFACT.ADDITIONS' | translate }}
@if (getVulnerability()) {
@if (currentTabLinkId === 'vulnerability') {
}
} @if (hasScannerSupportSBOM()) {
@if (currentTabLinkId === 'sbom') {
}
} @if (getBuildHistory()) {
@if (currentTabLinkId === 'build-history') {
}
} @if (getSummary()) {
@if (currentTabLinkId === 'summary-link') {
}
} @if (getLicense()) {
@if (currentTabLinkId === 'license-link') {
}
} @if (getFile()) {
@if (currentTabLinkId === 'files-link') {
}
} @if (getDependencies()) {
@if (currentTabLinkId === 'depend-link') {
}
} @if (getValues()) {
@if (currentTabLinkId === 'value-link') {
}
}
}