Skip to content

Commit d2726d6

Browse files
committed
specify ctl version
1 parent fc2b5d4 commit d2726d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/appinspect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Install Python Dependencies and ContentCTL and Atomic Red Team
2020
run: |
21-
pip install contentctl>=4.0.0
21+
pip install contentctl==v5.0.0-alpha
2222
git clone --depth=1 --single-branch --branch=master https://github.com/redcanaryco/atomic-red-team.git external_repos/atomic-red-team
2323
git clone --depth=1 --single-branch --branch=master https://github.com/mitre/cti external_repos/cti
2424

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Install Python Dependencies and ContentCTL and Atomic Red Team
2121
run: |
22-
pip install contentctl>=4.0.0
22+
pip install contentctl==v5.0.0-alpha
2323
git clone --depth=1 --single-branch --branch=master https://github.com/redcanaryco/atomic-red-team.git external_repos/atomic-red-team
2424
git clone --depth=1 --single-branch --branch=master https://github.com/mitre/cti external_repos/cti
2525

.github/workflows/unit-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Python Dependencies and ContentCTL
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install contentctl>=4.0.0
26+
pip install contentctl==v5.0.0-alpha
2727
2828
# 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
2929
# Make sure we check out the PR, even if it actually lives in a fork

0 commit comments

Comments
 (0)