Skip to content

Commit

Permalink
updating validate
Browse files Browse the repository at this point in the history
  • Loading branch information
patel-bhavin committed Jul 8, 2024
1 parent 513c6b2 commit 689e003
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/validate-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,21 @@ jobs:
- name: Install Python Dependencies and ContentCTL and Atomic Red Team
run: |
# python3.11 -m venv .venv
# source .venv/bin/activate
pip install contentctl
git clone --depth=1 --single-branch --branch=master https://github.com/redcanaryco/atomic-red-team.git
- name: content_ctl validate
- name: Running validate
run: |
# source .venv/bin/activate
contentctl validate
- name: contentctl generate
- name: Running build with enrichments
run: |
# source .venv/bin/activate
contentctl build --enrichments
mkdir artifacts
mv dist/DA-ESS-ContentUpdate-latest.tar.gz artifacts/
- name: store_artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: content-latest
path: |
Expand Down

0 comments on commit 689e003

Please sign in to comment.