Generate docs from job=validate_atomics_generate_docs branch=master

This commit is contained in:
CircleCI Atomic Red Team doc generator
2020-03-13 18:24:41 +00:00
parent 334eb14226
commit 264b8aba92
2 changed files with 9 additions and 3 deletions
+3 -1
View File
@@ -81,7 +81,9 @@ C:\Windows\Microsoft.NET\Framework\v4.0.30319\regsvcs.exe #{output_file}
#### Cleanup Commands:
```
Remove-Item #{output_file} -ErrorAction Ignore | Out-Null
Remove-Item $env:Temp\key.snk -ErrorAction Ignore | Out-Null
$parentpath = Split-Path -Path "#{output_file}"
Remove-Item $parentpath\key.snk -ErrorAction Ignore | Out-Null
Remove-Item $parentpath\T1121.tlb -ErrorAction Ignore | Out-Null
```
+6 -2
View File
@@ -11446,7 +11446,9 @@ defense-evasion:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\regsvcs.exe #{output_file}
cleanup_command: |
Remove-Item #{output_file} -ErrorAction Ignore | Out-Null
Remove-Item $env:Temp\key.snk -ErrorAction Ignore | Out-Null
$parentpath = Split-Path -Path "#{output_file}"
Remove-Item $parentpath\key.snk -ErrorAction Ignore | Out-Null
Remove-Item $parentpath\T1121.tlb -ErrorAction Ignore | Out-Null
T1117:
technique:
x_mitre_data_sources:
@@ -23578,7 +23580,9 @@ execution:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\regsvcs.exe #{output_file}
cleanup_command: |
Remove-Item #{output_file} -ErrorAction Ignore | Out-Null
Remove-Item $env:Temp\key.snk -ErrorAction Ignore | Out-Null
$parentpath = Split-Path -Path "#{output_file}"
Remove-Item $parentpath\key.snk -ErrorAction Ignore | Out-Null
Remove-Item $parentpath\T1121.tlb -ErrorAction Ignore | Out-Null
T1117:
technique:
x_mitre_data_sources: