FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cppcheck/.github/workflows/cifuzz.yml at main · cppcheck-opensource/cppcheck · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cppcheck-opensource
/
cppcheck
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.7k
Code
Pull requests
200
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
cppcheck
/
.github
/
workflows
/
cifuzz.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
34 lines (31 loc) · 1013 Bytes
Breadcrumbs
cppcheck
/
.github
/
workflows
/
cifuzz.yml
Copy path
File metadata and controls
34 lines (31 loc) · 1013 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
Syntax reference https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions
#
Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name
:
CIFuzz
on
:
[pull_request]
permissions
:
contents
:
read
jobs
:
Fuzzing
:
runs-on
:
ubuntu-latest
if
:
${{ github.repository_owner == 'cppcheck-opensource' }}
steps
:
-
name
:
Build Fuzzers
id
:
build
uses
:
google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with
:
oss-fuzz-project-name
:
'
cppcheck
'
dry-run
:
false
language
:
c++
-
name
:
Run Fuzzers
uses
:
google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
with
:
oss-fuzz-project-name
:
'
cppcheck
'
fuzz-seconds
:
300
dry-run
:
false
language
:
c++
-
name
:
Upload Crash
uses
:
actions/upload-artifact@v7
if
:
failure() && steps.build.outcome == 'success'
with
:
name
:
artifacts
path
:
./out/artifacts
Back
|
FazBrowse Home
|
New Git URL