From cc5904db73c393fb2886d9371b464d7872d322d0 Mon Sep 17 00:00:00 2001 From: Bhavin Patel Date: Thu, 25 Jul 2024 17:25:37 -0500 Subject: [PATCH] updating contentctl 420 --- .github/workflows/build.yml | 2 +- .github/workflows/unit-testing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57c9873004..13e95e8001 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Install Python Dependencies and ContentCTL and Atomic Red Team run: | - pip install contentctl==4.1.5 + pip install contentctl==4.2.0 git clone --depth=1 --single-branch --branch=master https://github.com/redcanaryco/atomic-red-team.git - name: Running build with enrichments diff --git a/.github/workflows/unit-testing.yml b/.github/workflows/unit-testing.yml index 1535f2d09e..4f51b0b1cb 100644 --- a/.github/workflows/unit-testing.yml +++ b/.github/workflows/unit-testing.yml @@ -24,7 +24,7 @@ jobs: - name: Install Python Dependencies and ContentCTL run: | python -m pip install --upgrade pip - pip install contentctl==4.1.5 + pip install contentctl==4.2.0 # Running contentctl test with a few arguments, before running the command make sure you checkout into the current branch of the pull request. This step only performs unit testing on all the changes against the target-branch. In most cases this target branch will be develop # Make sure we check out the PR, even if it actually lives in a fork