From 2d4469646449ca22964e6e3fe8a4232bd9bbb1bd Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Wed, 16 Mar 2022 00:19:16 +0100 Subject: [PATCH] Replaced sigmatools tests with sigma-cli check --- .github/workflows/sigma-test.yml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/sigma-test.yml b/.github/workflows/sigma-test.yml index 64a6ed7f2..513f09c91 100644 --- a/.github/workflows/sigma-test.yml +++ b/.github/workflows/sigma-test.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Sigma Tools and Rule Tests +name: Sigma Rule Tests on: push: @@ -23,16 +23,10 @@ jobs: python-version: 3.8 - name: Install dependencies run: | - python -m pip install --upgrade pip - pip install pipenv==2021.5.29 - pipenv lock - pipenv install --dev --deploy - - name: Test Sigma Tools and Rules + pip install sigma-cli~=0.3.2 + - name: Test Sigma Rule Syntax run: | - pipenv run make test - - name: Test SQL(ite) Backend - run: | - pipenv run make test-backend-sql + sigma check rules yamllint: runs-on: ubuntu-latest steps: