From f4704a597aebef1627a1f79f8024340f61096fb1 Mon Sep 17 00:00:00 2001 From: xansec Date: Fri, 11 Oct 2024 15:13:20 -0400 Subject: [PATCH] update readme --- MODULE.bazel.lock | 2 +- README.md | 4 ---- examples/BUILD | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/MODULE.bazel.lock b/MODULE.bazel.lock index 3d42a6e..9426ca7 100644 --- a/MODULE.bazel.lock +++ b/MODULE.bazel.lock @@ -70,7 +70,7 @@ "recordedFileInputs": {}, "recordedDirentsInputs": {}, "envVariables": { - "MAYHEM_URL": "https://app.mayhem.security" + "MAYHEM_URL": null }, "generatedRepoSpecs": { "yq_cli_linux": { diff --git a/README.md b/README.md index 6748607..92af9a0 100644 --- a/README.md +++ b/README.md @@ -263,10 +263,6 @@ To upload the package do: `mayhem run bazel-out/k8-fastbuild/bin/examples/mayhem Before uploading, you may wish to edit the config file at 'bazel-out/k8-fastbuild/bin/examples/mayhemit-pkg/Mayhemfile'. bazel-out/k8-fastbuild/bin/examples/mayhemit-pkg INFO: From Starting Mayhem run...: -Syncing /tmp/tmp1jw3fiwg 0% | | ETA: --:--:-- -/tmp/tmp89xlpgb1/testsuite.tgz 0% | | ETA: --:--:-- 0.0 s/B -/tmp/tmp89xlpgb1/testsuite.tgz 100% |################| Time: 0:00:00 591.2 B/s -Syncing /tmp/tmp1jw3fiwg 100% |################################| Time: 0:00:00 git version 2.46.1 found WARNING A default branch has not been configured for this target. Job differences will not be available in this report /tmp/tmpz6srnoug/root.tgz 0% | | ETA: --:--:-- 0.0 s/B diff --git a/examples/BUILD b/examples/BUILD index 88b6c2d..a58b2ae 100644 --- a/examples/BUILD +++ b/examples/BUILD @@ -87,7 +87,6 @@ mayhem_run( all = True, target_path = ":package_mayhemit", wait = True, - testsuite = "file:///$(pwd)/examples/testsuite", duration = "60", fail_on_defects = True, junit = "mayhemit_junit.xml",