diff --git a/security/v1/types.go b/security/v1/types.go index 18585e97c04..5cb31dc8174 100644 --- a/security/v1/types.go +++ b/security/v1/types.go @@ -217,6 +217,7 @@ var ( FSTypeCSI FSType = "csi" FSTypeEphemeral FSType = "ephemeral" FSTypeImage FSType = "image" + FSTypeServiceAccountToken FSType = "serviceAccountToken" FSTypeAll FSType = "*" FSTypeNone FSType = "none" )