Skip to content

Added update-packs command to check whether packs have all detections… #1

Added update-packs command to check whether packs have all detections…

Added update-packs command to check whether packs have all detections… #1

Workflow file for this run

on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Python
uses: actions/[email protected]
with:
python-version: 3.9.15
- name: Install pipenv
run: make install-pipenv
- name: Setup Virtual Environment
run: make venv
- name: Install Core Utilities
run: make install
- name: Install Dependencies
run: make deps
- name: Install Panther CLI
run: pipenv run -- pip3 install -e .
- name: Run CLI Tests
run: make ci