aquasecurity/tfsec-azure-pipelines-task

Parameter for tmpPath

srvmsr opened this issue · 1 comments

Is there a way to change the hardcoded value for tmpPath variable , on our azure pipeline agents we don't have execute permissions on /tmp dir .
Code

I'm bumping this issue. We have to pass a bind mount option to any docker container we use in the pipeline (i.e. -v /tmp:/tmp) because we cannot control the tmpPath.