Skip to content

Commit

Permalink
Merge pull request #651 from NoamBAqua/add-url-to-french-jira
Browse files Browse the repository at this point in the history
fix the French template of jira scan
  • Loading branch information
Chennoy authored Jun 18, 2024
2 parents cb20690 + a4608ab commit 147875d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rego-templates/vuls-jira-fr.rego
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ tpl:=`
*Nom de la stratégie de réponse*: %s
*Champs d’application de la stratégie de réponse*: %s
*Voir plus*: %s
`

check_failed(item) = false {
Expand Down Expand Up @@ -67,6 +68,7 @@ result = msg {
format_int(with_default(input.vulnerability_summary,"negligible",0), 10)]),
assurance_controls("input"),
with_default(input, "response_policy_name", "absent"),
concat(", ", with_default(input, "application_scope", []))
concat(", ", with_default(input, "application_scope", [])),
with_default(input, "url", "")
])
}

0 comments on commit 147875d

Please sign in to comment.