Skip to content

Instantly share code, notes, and snippets.

@arm000
arm000 / cert-test.py
Created May 1, 2023 07:03
Run cov-analyze scanner on each CERT rule separately
#!/usr/bin/env python3
import json
import subprocess
checkers = [
'ARR30-C',
'ARR36-C',
'ARR37-C',
'CON31-C',