Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
revskill
on Oct 12, 2023
|
parent
|
context
|
favorite
| on:
The Twelve-Factor App (2011)
Next evolution of Git should automatically introspect the code base for comment to leaving out all "secrets".
My point is, make the code easy to clone in a runnable shape wihtout any hacking on host system.
gdprrrr
on Oct 12, 2023
[–]
You can configure GitLab to reject the push if you comitted secrets, based on regex marching with common formats for tokens.
Consider applying for YC's Fall 2026 batch!
Applications
are open till July 27.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
My point is, make the code easy to clone in a runnable shape wihtout any hacking on host system.