Skip to content

Commit 1d06cf8

Browse files
committed
fix: Add missing import
1 parent 57226e6 commit 1d06cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/config/components/dependency-track.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#@ load("@ytt:data", "data")
22
#@ load("@ytt:struct", "struct")
33
#@ load("@ytt:yaml", "yaml")
4-
#@ load("/helpers.star", "is_package_additional")
4+
#@ load("/helpers.star", "get_issuer_name", "is_package_additional")
55

66
#@ if is_package_additional("dependency-track"):
77

0 commit comments

Comments
 (0)