Skip to content

Commit

Permalink
testing validate
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed May 10, 2024
1 parent b37b17a commit 8178770
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/validate-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,16 @@ jobs:
run: |
python3.11 -m venv .venv
source .venv/bin/activate
pip install contentctl==4.0.1
pip install contentctl
git clone --depth=1 --single-branch --branch=master https://github.com/redcanaryco/atomic-red-team.git
- name: content_ctl validate
- name: content_ctl validate and generate
run: |
contentctl validate
- name: contentctl generate
run: |
contentctl -p ../ build
cd ..
contentctl build --enrichments
mkdir artifacts
mv dist/DA-ESS-ContentUpdate-latest.tar.gz artifacts/
Expand Down

0 comments on commit 8178770

Please sign in to comment.