From 2d662ace87cf4b55ac2a74e333247503a15072b3 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Thu, 25 Mar 2021 10:25:32 +0100 Subject: try to trigger github actions --- .github/workflows/build_aflplusplus_docker.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_aflplusplus_docker.yaml b/.github/workflows/build_aflplusplus_docker.yaml index be8d795d..89e95177 100644 --- a/.github/workflows/build_aflplusplus_docker.yaml +++ b/.github/workflows/build_aflplusplus_docker.yaml @@ -1,4 +1,5 @@ name: Publish Docker Images + on: push: branches: [ stable ] @@ -8,6 +9,7 @@ on: branches: [ stable ] paths: - Dockerfile + jobs: push_to_registry: name: Push Docker images to Dockerhub -- cgit 1.4.1 From 236a67621b82e3f8b809cb4e51975e466c2147d0 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Thu, 25 Mar 2021 10:27:30 +0100 Subject: try to trigger github actions --- .github/workflows/build_aflplusplus_docker.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_aflplusplus_docker.yaml b/.github/workflows/build_aflplusplus_docker.yaml index 89e95177..ab3bfeee 100644 --- a/.github/workflows/build_aflplusplus_docker.yaml +++ b/.github/workflows/build_aflplusplus_docker.yaml @@ -3,12 +3,12 @@ name: Publish Docker Images on: push: branches: [ stable ] - paths: - - Dockerfile +# paths: +# - Dockerfile pull_request: branches: [ stable ] - paths: - - Dockerfile +# paths: +# - Dockerfile jobs: push_to_registry: -- cgit 1.4.1 From 2c5844f6657861cfc881adf2f38aa5d3da3ccf9d Mon Sep 17 00:00:00 2001 From: Yong-Hao Zou Date: Fri, 26 Mar 2021 15:41:19 +0800 Subject: Update custom_mutators.md --- docs/custom_mutators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/custom_mutators.md b/docs/custom_mutators.md index 61d711e4..62e01f83 100644 --- a/docs/custom_mutators.md +++ b/docs/custom_mutators.md @@ -89,10 +89,10 @@ def queue_get(filename): def queue_new_entry(filename_new_queue, filename_orig_queue): pass -``` def introspection(): return string +``` ### Custom Mutation -- cgit 1.4.1