Skip to content

Update lint-mitre to Ignore Indexes #393

Update lint-mitre to Ignore Indexes

Update lint-mitre to Ignore Indexes #393

Workflow file for this run

on:
pull_request:
permissions:
contents: read
jobs:
lint:
name: Check MITRE Mappings
runs-on: ubuntu-latest
steps:
- name: Checkout panther-analysis
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
- name: Set python version
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 #v5.4.0
with:
python-version: "3.11"
- name: Install pipenv
run: pip install pipenv
- name: Setup venv
run: make venv
- name: make lint-mitre
run: make lint-mitre