Hacker News new | ask | show | jobs
by patio11 3963 days ago
how do you trust the hosted CI company not to look at your code?

Contracts, not firewalls, make the world go round.

2 comments

Can't upvote this hard enough. It's a classic conceit of secops people that they are the only line of defence against unscrupulous behaviour. Systemic pathologies follow from this misbelief.

c.f. also: "Enterprise Architects", a group of people who think building IT systems qualifies you to redesign an entire organisation.

To be fair a contract does not guarantee the security framework of the company you are contracting, which means your code is only as safe as their weakest link.
Which is why contracts include things like right-to-audit, so you can verify for yourself.