[BUG] orchestrion pin
called multiple times in different environment triggers a security error from the go toolchain
#406
Labels
bug
Something isn't working
Version of orchestrion
Happens starting in
v0.9.4
Describe what happened:
Calling
orchestrion pin
fails with the following error in docker imagegolang:1.22
Describe what you expected:
I would expect things to happen properly
Steps to reproduce the issue:
git clone [email protected]:DataDog/appsec-go-test-app.git && cd appsec-go-test-app
docker run -it -v $PWD:$PWD -w $PWD golang:1.22
go install github.com/DataDog/[email protected]
orchestrion pin
Additional environment details (Version of Go, Operating System, etc.):
Everything described happened inside the official
golang:1.22
docker imageCurrent available work around is to not commit the result of
orchestrion pin
to your VCS.The text was updated successfully, but these errors were encountered: