411 special characters fix (#618)

This commit is contained in:
Adam Toy
2026-06-03 09:36:48 -04:00
committed by GitHub
parent c6c1022298
commit d043105843
3 changed files with 70 additions and 0 deletions
+4
View File
@@ -1,5 +1,7 @@
package consts
import "fmt"
const (
// container media types
OCIManifestSchema1 = "application/vnd.oci.image.manifest.v1+json"
@@ -112,3 +114,5 @@ const (
RetriesInterval = 5
CustomTimeFormat = "2006-01-02 15:04:05"
)
var FileExcludePattern = fmt.Sprintf(`^%s/[.\-_]`, DefaultNamespace)