You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am trying to test a plugin in the SDK using atlas-run. However it will not load because the GIT I point to is apparently not safe:
[INFO] 2022-08-08 15:04:56,897 WARN [spring-startup] c.a.s.i.s.g.b.DefaultGitBinaryHelper C:\localdata\Programs\git-2.37.1\bin\git.exe will be ignored because it is world-writable and could be exploited.
The version of git on my machine is too old (2.6), and as a non-administrator on my machine I cannot update that, so I installed a portable version of GIT to use for this test.
Now I tried removing read permissions, but that does not seem to do the trick. Also as a non-admin I cannot do everything. Not setting the permissions to read-only for example.
Is there some way to tell atlas-run to skip this check?