mirror of https://github.com/google/oss-fuzz.git
Update helper.py
This commit is contained in:
parent
64e1595666
commit
f0a2aec376
|
@ -38,6 +38,7 @@ BASE_IMAGES = [
|
||||||
'gcr.io/oss-fuzz-base/base-builder',
|
'gcr.io/oss-fuzz-base/base-builder',
|
||||||
'gcr.io/oss-fuzz-base/base-runner',
|
'gcr.io/oss-fuzz-base/base-runner',
|
||||||
'gcr.io/oss-fuzz-base/base-runner-debug',
|
'gcr.io/oss-fuzz-base/base-runner-debug',
|
||||||
|
'gcr.io/oss-fuzz-base/msan-builder',
|
||||||
]
|
]
|
||||||
|
|
||||||
VALID_PROJECT_NAME_REGEX = re.compile(r'^[a-zA-Z0-9_-]+$')
|
VALID_PROJECT_NAME_REGEX = re.compile(r'^[a-zA-Z0-9_-]+$')
|
||||||
|
|
Loading…
Reference in New Issue