Update ghec-audit-log-utils.js

Co-authored-by: Stefan Stölzle <stoe@github.com>
This commit is contained in:
Javier de Pedro López 2021-03-12 16:13:19 +01:00 коммит произвёл GitHub
Родитель 57fee5d225
Коммит 9db338b752
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -15,7 +15,7 @@ function validateInput (program, config) {
} }
// Validate correctness // Validate correctness
const tokenRegex = /^[A-Za-z0-9_]+$/i const tokenRegex = /^[g(p|o|u|s|r)1_]{0,1}[A-Za-z0-9_]+$/
const base64Regex = '(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)' const base64Regex = '(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)'
const orgRegex = /^[a-z\d]+(?:-?[a-z\d]+)*$/i const orgRegex = /^[a-z\d]+(?:-?[a-z\d]+)*$/i
const constraints = { const constraints = {