You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
Currently func InitIgnoreList(detectFilesystem bool) error { takes ini a bool parameter but in all code, the value is only ever set to true. This issue tracks removing the bool parameter as it is unused:
Currently
func InitIgnoreList(detectFilesystem bool) error {takes ini a bool parameter but in all code, the value is only ever set to true. This issue tracks removing the bool parameter as it is unused:Related code:
https://github.com/GoogleContainerTools/kaniko/blob/main/pkg/util/fs_util.go#L1035