Skip to content

Commit 27c36fc

Browse files
committed
feat: Add support for IS_INTERNAL policy condition
Signed-off-by: ch8matt <[email protected]>
1 parent 8fd757b commit 27c36fc

File tree

14 files changed

+65
-6
lines changed

14 files changed

+65
-6
lines changed

src/i18n/locales/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@
573573
"include_tags": "Tags einschließen",
574574
"inherited_risk_score": "Vererbter Risiko-Score",
575575
"internal": "Intern",
576+
"internal_status": "Component classified as internal",
576577
"inventory": "Inventar",
577578
"inventory_with_vulnerabilities": "Inventarisierung mit Schwachstellen",
578579
"justification": "Begründung",

src/i18n/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@
573573
"include_tags": "Include tags",
574574
"inherited_risk_score": "Inherited Risk Score",
575575
"internal": "Internal",
576+
"internal_status": "Component classified as internal",
576577
"inventory": "Inventory",
577578
"inventory_with_vulnerabilities": "Inventory with Vulnerabilities",
578579
"justification": "Justification",

src/i18n/locales/es.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@
573573
"include_tags": "Incluir etiquetas",
574574
"inherited_risk_score": "Puntuación de riesgo heredada",
575575
"internal": "Interno",
576+
"internal_status": "Component classified as internal",
576577
"inventory": "Inventario",
577578
"inventory_with_vulnerabilities": "Inventario con vulnerabilidades",
578579
"justification": "Justificación",

src/i18n/locales/fr.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@
573573
"include_tags": "Inclure des balises",
574574
"inherited_risk_score": "Score de risque hérité",
575575
"internal": "Interne",
576+
"internal_status": "Component classified as internal",
576577
"inventory": "Inventaire",
577578
"inventory_with_vulnerabilities": "Inventaire avec vulnérabilités",
578579
"justification": "Justification",

src/i18n/locales/hi.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@
573573
"include_tags": "टैग शामिल करें",
574574
"inherited_risk_score": "वंशानुगत जोखिम स्कोर",
575575
"internal": "आंतरिक",
576+
"internal_status": "Component classified as internal",
576577
"inventory": "भंडार",
577578
"inventory_with_vulnerabilities": "कमज़ोरियों वाली सूची",
578579
"justification": "औचित्य",

src/i18n/locales/it.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@
573573
"include_tags": "Includi tag",
574574
"inherited_risk_score": "Punteggio di rischio ereditario",
575575
"internal": "Interno",
576+
"internal_status": "Component classified as internal",
576577
"inventory": "Inventario",
577578
"inventory_with_vulnerabilities": "Inventario con vulnerabilità",
578579
"justification": "Giustificazione",

src/i18n/locales/ja.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@
573573
"include_tags": "タグを含める",
574574
"inherited_risk_score": "継承リスクスコア",
575575
"internal": "内部",
576+
"internal_status": "Component classified as internal",
576577
"inventory": "インベントリ",
577578
"inventory_with_vulnerabilities": "脆弱性のあるインベントリ",
578579
"justification": "正当化",

src/i18n/locales/pl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@
573573
"include_tags": "Dołącz tagi",
574574
"inherited_risk_score": "Odziedziczona ocena ryzyka",
575575
"internal": "Wewnętrzny",
576+
"internal_status": "Component classified as internal",
576577
"inventory": "Spis",
577578
"inventory_with_vulnerabilities": "Inwentarz z lukami w zabezpieczeniach",
578579
"justification": "Uzasadnienie",

src/i18n/locales/pt-BR.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@
573573
"include_tags": "Incluir tags",
574574
"inherited_risk_score": "Pontuação de risco herdada",
575575
"internal": "interno",
576+
"internal_status": "Component classified as internal",
576577
"inventory": "Inventário",
577578
"inventory_with_vulnerabilities": "Inventário com vulnerabilidades",
578579
"justification": "Justificação",

src/i18n/locales/pt.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,7 @@
573573
"include_tags": "Incluir tags",
574574
"inherited_risk_score": "Pontuação de risco herdada",
575575
"internal": "interno",
576+
"internal_status": "Component classified as internal",
576577
"inventory": "Inventário",
577578
"inventory_with_vulnerabilities": "Inventário com vulnerabilidades",
578579
"justification": "Justificação",

0 commit comments

Comments
 (0)