File tree Expand file tree Collapse file tree 4 files changed +1
-53
lines changed
Expand file tree Collapse file tree 4 files changed +1
-53
lines changed Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ RUN apt-get update && apt-get install -y make autoconf automake libtool
33COPY . $SRC/rsonpath
44WORKDIR $SRC/rsonpath
55COPY .clusterfuzzlite/build.sh $SRC/
6+ ENV FUZZER_ARGS="-rss_limit_mb=8192 -timeout=30"
Original file line number Diff line number Diff line change 1919 - ' pdf/**'
2020 pull_request :
2121 branches : ["main"]
22- paths-ignore :
23- - ' .codeql/**'
24- - ' .github/internal_templates/**'
25- - ' .github/ISSUE_TEMPLATE/**'
26- - ' .github/dependabot.yml'
27- - ' **/.vscode/**'
28- - ' **/*.code-workspace'
29- - ' **/LICENSE'
30- - ' **/cliff.toml'
31- - ' **/*.md'
32- - ' book/**'
33- - ' img/**'
34- - ' pdf/**'
3522
3623permissions :
3724 contents : read
Original file line number Diff line number Diff line change @@ -9,34 +9,8 @@ name: "CodeQL Advanced"
99on :
1010 push :
1111 branches : [ "main" ]
12- paths-ignore :
13- - ' .clusterfuzzlite/**'
14- - ' .github/internal_templates/**'
15- - ' .github/ISSUE_TEMPLATE/**'
16- - ' .github/dependabot.yml'
17- - ' **/.vscode/**'
18- - ' **/*.code-workspace'
19- - ' **/LICENSE'
20- - ' **/cliff.toml'
21- - ' **/*.md'
22- - ' book/**'
23- - ' img/**'
24- - ' pdf/**'
2512 pull_request :
2613 branches : [ "main" ]
27- paths-ignore :
28- - ' .clusterfuzzlite/**'
29- - ' .github/internal_templates/**'
30- - ' .github/ISSUE_TEMPLATE/**'
31- - ' .github/dependabot.yml'
32- - ' **/.vscode/**'
33- - ' **/*.code-workspace'
34- - ' **/LICENSE'
35- - ' **/cliff.toml'
36- - ' **/*.md'
37- - ' book/**'
38- - ' img/**'
39- - ' pdf/**'
4014 workflow_dispatch :
4115
4216permissions :
Original file line number Diff line number Diff line change 2020 - ' pdf/**'
2121 pull_request :
2222 branches : ["main"]
23- paths-ignore :
24- - ' .clusterfuzzlite/**'
25- - ' .codeql/**'
26- - ' .github/internal_templates/**'
27- - ' .github/ISSUE_TEMPLATE/**'
28- - ' .github/dependabot.yml'
29- - ' **/.vscode/**'
30- - ' **/*.code-workspace'
31- - ' **/LICENSE'
32- - ' **/cliff.toml'
33- - ' **/*.md'
34- - ' book/**'
35- - ' img/**'
36- - ' pdf/**'
3723
3824permissions :
3925 contents : read
You can’t perform that action at this time.
0 commit comments