Update T1069.001.yaml

This commit is contained in:
well123cs
2023-04-02 19:21:34 -07:00
committed by GitHub
parent 09bfb24ffd
commit 4a88d86da6
+1 -1
View File
@@ -117,7 +117,7 @@ atomic_tests:
sudo systemctl start docker
executor:
command: |-
docker build -t t1069 $PathtoAtomicsFolder/T1069/src/
docker build -t t1069 $PathtoAtomicsFolder/T1069.001/src/
docker run --name t1069_container -d -t t1069
docker exec t1069_container ./test.sh
cleanup_command: |-