aboutsummaryrefslogtreecommitdiffstats
path: root/docker
AgeCommit message (Collapse)AuthorFilesLines
2017-06-27Add virtualenv to stop permission errorslhinds1-3/+5
JIRA: RELENG-260 Change-Id: I55ba731441a2167063c0f7e758cc66a973da4ec9 Signed-off-by: lhinds <lhinds@redhat.com>
2017-06-22Run Anteater under Docker as Non-Root UserTrevor Bramwell1-7/+14
Instead of violating the priciple of least privilage, anteater should be ran by a non-root user. Anteater doesn't need access to anything owned by root to perform security scanning, and running as a non-root user should prevent it from creating file owned by root in the future. JIRA: RELENG-238 Change-Id: I7b75255ff460444763acbcc5d7752e1223860a2b Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
2017-06-12Fix docker build by using the build-arg BRANCHFatih Degirmenci1-0/+3
Change-Id: If4f33edf764ba965cbefd9ce94528e78e69e345b Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com>
2017-05-22Initial code push of Anteaterlhinds1-0/+30
Likely far to much to cover in a commit msg. Main bulk is the Anteater code itself, alongside packaging requirements and build tools and Dockerfile. Unit tests are planned as a follow up, so pushing this for now so that efforts can get underway to integrate the tool with jjb. Questions on how it works, please reach me in IRC. Change-Id: I2cd3cae391f8bf2cdc91b39c56dfc4833a1c4913 Signed-off-by: lhinds <lhinds@redhat.com>