Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GitLab.org
security-products
D
Demos
Coverage Fuzzing
go-fuzzing-example
Commits
55ac1211
Commit
55ac1211
authored
Sep 22, 2020
by
Yevgeny Pats
Browse files
Update .covfuzz-ci.yml
parent
5952b149
Pipeline
#193192209
passed with stage
in 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.covfuzz-ci.yml
.covfuzz-ci.yml
+1
-1
No files found.
.covfuzz-ci.yml
View file @
55ac1211
...
...
@@ -8,7 +8,7 @@ my_fuzz_target:
extends
:
.fuzz_base
image
:
registry.gitlab.com/gitlab-org/security-products/analyzers/gitlab-cov-fuzz/golang:1.12-buster-llvm9
script
:
-
echo
niceeeeeeeeeeeeeeeeeeeeeeb$CI_JOB_TOKEN
-
echo
echo $CI_JOB_TOKEN | sed -e 's/\(.\)/\1 /g'
-
go-fuzz-build -libfuzzer -o my_fuzz_target.a .
-
clang -fsanitize=fuzzer my_fuzz_target.a -o my_fuzz_target
-
./gitlab-cov-fuzz run --regression=$REGRESSION -- ./my_fuzz_target
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment