Skip to content

Commit

Permalink
fix(renovate): OCI labels
Browse files Browse the repository at this point in the history
  • Loading branch information
JJGadgets committed Oct 22, 2024
1 parent e90f7af commit 7eaf95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .renovate/labels.json5
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
{
"matchDatasources": ["docker"],
"addLabels": ["oci/registry/{{ lookup (split depNameSanitized '/') 0 }}", "oci/owner/{{ lookup (split depNameSanitized '/') 1 }}", "oci/image/{{ lookup (split depNameSanitized '/') 2 }}"]
"addLabels": ["oci/registry/{{ lookup (split depName '/') 0 }}", "oci/owner/{{ lookup (split depName '/') 1 }}", "oci/image/{{ lookup (split depName '/') 2 }}"]
},
{
"addLabels": ["{{#if isVulnerabilityAlert}}security/{{vulnerabilitySeverity}}{{/if}}"]
Expand Down

0 comments on commit 7eaf95c

Please sign in to comment.