|
|
@@ -3624,6 +3624,15 @@
|
|
|
</span>
|
|
|
</a>
|
|
|
|
|
|
+</li>
|
|
|
+
|
|
|
+ <li class="md-nav__item">
|
|
|
+ <a href="#license-headers" class="md-nav__link">
|
|
|
+ <span class="md-ellipsis">
|
|
|
+ License Headers
|
|
|
+ </span>
|
|
|
+ </a>
|
|
|
+
|
|
|
</li>
|
|
|
|
|
|
<li class="md-nav__item">
|
|
|
@@ -3985,6 +3994,15 @@
|
|
|
</span>
|
|
|
</a>
|
|
|
|
|
|
+</li>
|
|
|
+
|
|
|
+ <li class="md-nav__item">
|
|
|
+ <a href="#license-headers" class="md-nav__link">
|
|
|
+ <span class="md-ellipsis">
|
|
|
+ License Headers
|
|
|
+ </span>
|
|
|
+ </a>
|
|
|
+
|
|
|
</li>
|
|
|
|
|
|
<li class="md-nav__item">
|
|
|
@@ -4061,6 +4079,9 @@ docker<span class="w"> </span>run<span class="w"> </span>--rm<span class="w"> </
|
|
|
<p>Build the documentation:
|
|
|
<div class="highlight"><pre><span></span><code>make<span class="w"> </span>docs
|
|
|
</code></pre></div></p>
|
|
|
+<h2 id="license-headers">License Headers</h2>
|
|
|
+<p>All Go source files must include the Apache License 2.0 header. The CI automatically checks license headers for new files added in pull requests using <a href="https://github.com/apache/skywalking-eyes">Apache SkyWalking Eyes</a>.</p>
|
|
|
+<p>If you need to check license headers locally, you can use the SkyWalking Eyes tool directly. The configuration is in <code>.licenserc.yaml</code> at the project root.</p>
|
|
|
<h2 id="using-tilt">Using Tilt</h2>
|
|
|
<p><a href="https://tilt.dev">Tilt</a> can be used to develop external-secrets. Tilt will hot-reload changes to the code and replace
|
|
|
the running binary in the container using a process manager of its own.</p>
|