Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .coveragerc

This file was deleted.

22 changes: 21 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,32 @@ data/objectives/*
!data/objectives/.gitkeep
data/backup/*
!data/backup/.gitkeep
data/adversaries/*
data/adversaries/**/*.yml
!data/adversaries/.gitkeep
!data/adversaries/.gitkeep
data/operations/*
data/abilities/**/*.yml
!data/abilities/.gitkeep
!data/operations/.gitkeep
.tox/
node_modules/

plugins/mcp
plugins/magma
plugins/automation
plugins/range
plugins/spp
plugins/stockpile
mlruns/
mlruns.db
# coverage reports
htmlcov/
.coverage
.coverage.*
.coveragerc
*,cover
_*/
mlruns/
plugins/access/
plugins/response/
plugins/sandcat/
51 changes: 0 additions & 51 deletions .gitmodules

This file was deleted.

17 changes: 17 additions & 0 deletions AdversarySCHEMA.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
adversary_id: 95cad57a-8e4f-4ba0-87cf-03d8a7cad0a0
name: TEST
description: ''
objective: 495a9828-cab1-44dd-a0ca-66e58177d8cc
atomic_ordering:
- ability_id: 36eecb80-ede3-442b-8774-956e906aff02
metadata:
executor_facts:
linux:
- trait: time.sleep
value: '10'
- ability_id: 36eecb80-ede3-442b-8774-956e906aff02
metadata:
executor_facts:
linux:
- trait: time.sleep
value: '3'
Loading
Loading