redcanaryco / invoke-atomicredteam

Invoke-AtomicRedTeam is a PowerShell module to execute tests as defined in the [atomics folder](https://github.com/redcanaryco/atomic-red-team/tree/master/atomics) of Red Canary's Atomic Red Team project.
MIT License
815 stars 193 forks source link

Add Dockerfile #94

Closed erikwilson-rc closed 10 months ago

erikwilson-rc commented 2 years ago

Initial Dockerfile for using invoke-atomicreadteam with a container.

Goals:

Needs update for starting associated services.

May need update to run container specific atomics.

May need updates to atomics for arm64 compatibility.

Needs change to CI/CD for publishing images on updates.

clr2of8 commented 10 months ago

Docker functionality was added in https://github.com/redcanaryco/invoke-atomicredteam/pull/154 so closing this draft PR. Thank you