You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run terrascan in a docker image for a jenkins build
What I Did
I tried to run terrascan scan in the jenkins file using these commands, but i get this error message
terrascan scan -t aws
terrascan scan
�[31merror�[0m cli/init.go:42 failed to initialize terrascan. error : unable to delete base folder. error: 'unlinkat //.terrascan: permission denied'
If I run the container myself in local, it works fine with no issue, do we know what is unlinkat or a potential workaround?
Thank you,
GC
The text was updated successfully, but these errors were encountered:
Description
I am trying to run terrascan in a docker image for a jenkins build
What I Did
The text was updated successfully, but these errors were encountered: