Update .gitlab-ci.yml file
This commit is contained in:
@@ -9,11 +9,17 @@ stages:
|
|||||||
- 'test'
|
- 'test'
|
||||||
- 'code_quality'
|
- 'code_quality'
|
||||||
- 'deploy'
|
- 'deploy'
|
||||||
|
- fuzz
|
||||||
|
|
||||||
gemnasium-dependency_scanning:
|
include:
|
||||||
image:
|
- template: Coverage-Fuzzing.gitlab-ci.yml
|
||||||
name: $CI_TEMPLATE_REGISTRY_HOST/security-products/gemnasium-python:4-python-3.10
|
|
||||||
|
|
||||||
|
my_fuzz_target:
|
||||||
|
extends: .fuzz_base
|
||||||
|
script:
|
||||||
|
# Build your fuzz target binary in these steps, then run it with gitlab-cov-fuzz
|
||||||
|
# See our example repos for how you could do this with any of our supported languages
|
||||||
|
- ./gitlab-cov-fuzz run --regression=$REGRESSION -- <your fuzz target>
|
||||||
|
|
||||||
|
|
||||||
sast:
|
sast:
|
||||||
|
|||||||
Reference in New Issue
Block a user