Privilege escalation attack inc

This commit is contained in:
reverend 2021-07-16 13:06:10 +02:00
parent 7196820122
commit 170971c44b

7
Jenkinsfile vendored
View File

@ -1,5 +1,10 @@
pipeline { pipeline {
agent { docker { image 'kennethreitz/pipenv' } } agent {
docker {
image 'kennethreitz/pipenv'
args "--user root --privileged"
}
}
environment { environment {
// pipenv // pipenv