Create a Docker image based on Alpine that contains Trident.
The image should allow the user to setup an isolated Trident environment in a Docker container that only scans that Docker container and not the host system.
This will have to wait until GitHub fixes the bug to allow us to create a PAT that does not need access to the repository when interacting with packages.
There is an implementation ready as an action workflow.
Create a Docker image based on Alpine that contains
Trident
.The image should allow the user to setup an isolated
Trident
environment in a Docker container that only scans that Docker container and not the host system.