Skip to content

Commit

Permalink
removed global logging fuzz test
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjurenka authored and ForAllSecure Mayhem Bot committed Oct 22, 2024
1 parent 4394bd8 commit ba97239
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 125 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/mayhem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ jobs:
args: --file mayhemfiles/Mayhemfile_Channels --image ${{ steps.meta.outputs.tags }}
sarif-output: sarif

- name: Start analysis of Global Logging
uses: ForAllSecure/mcode-action@v1
with:
mayhem-token: ${{ secrets.MAYHEM_TOKEN }}
args: --file mayhemfiles/Mayhemfile_Global_Logging --image ${{ steps.meta.outputs.tags }}
sarif-output: sarif

- name: Upload SARIF file(s)
uses: github/codeql-action/upload-sarif@v1
with:
Expand Down
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ FROM --platform=linux/amd64 rustlang/rust:nightly

## TODO: Change <Path in Builder Stage>
COPY --from=builder /fern/fuzz/target/x86_64-unknown-linux-gnu/release/channels /
COPY --from=builder /fern/fuzz/target/x86_64-unknown-linux-gnu/release/global_logging /
6 changes: 0 additions & 6 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,3 @@ name = "channels"
path = "fuzz_targets/channels.rs"
test = false
doc = false

[[bin]]
name = "global_logging"
path = "fuzz_targets/global_logging.rs"
test = false
doc = false
105 changes: 0 additions & 105 deletions fuzz/fuzz_targets/global_logging.rs

This file was deleted.

6 changes: 0 additions & 6 deletions mayhemfiles/Mayhemfile_Global_Logging

This file was deleted.

0 comments on commit ba97239

Please sign in to comment.