Skip to content

Commit c68abc3

Browse files
authored
Merge pull request #57 from dev-sec/ansible-link
Update links and contributing docs
2 parents 7ee95f6 + 118d2db commit c68abc3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

content/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ We have a 3 step process for contributions:
2828
Our projects are built to last. We strive to ensure high quality throughout the experience. In order to ensure this, we require that all pull requests to DevSec projects meet these specifications:
2929

3030
1. **Tests:** To ensure high quality code and protect against future regressions
31-
2. **Green CI Tests:** We use [Travis CI](https://travis-ci.org/) and/or [AppVeyor](https://www.appveyor.com/) CI systems to test all pull requests. We require these test runs to succeed on every pull request before being merged.
31+
2. **Green CI Tests:** We use [GitHub Actions](https://github.com/features/actions) to test all pull requests. We require these test runs to succeed on every pull request before being merged.
3232
3. **Up-to-date Documentation:** Every code change should be reflected in an update for our documentation. We expect PRs to update the documentation with the code change.
3333

3434
## Code Review Process

themes/devsec/layouts/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h2 style="margin-bottom: 0.8rem">Remediate with your automation tooling</h2>
5353
<div class="large-4 medium-4 small-12 text-center columns">
5454
<div class="row link-item provider-logo"><div class="small-12 text-center columns">
5555
<div>
56-
<a href="https://galaxy.ansible.com/dev-sec">
56+
<a href="https://galaxy.ansible.com/devsec/hardening">
5757
<img class="ansible-logo" src="/images/ansible_logo.png" >
5858
</a>
5959
</div>
@@ -62,7 +62,9 @@ <h2 style="margin-bottom: 0.8rem">Remediate with your automation tooling</h2>
6262
<div class="large-4 medium-4 small-12 text-center columns">
6363
<div class="row link-item provider-logo"><div class="small-12 text-center columns">
6464
<div>
65-
<img class="chef-logo" src="/images/chef.png" >
65+
<a href="https://supermarket.getchef.com/cookbooks?q=hardening">
66+
<img class="chef-logo" src="/images/chef.png" >
67+
</a>
6668
</div>
6769
</div></div>
6870
</div>

themes/devsec/layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<li><a href="/legal">Legal notice</a></li>
33
<li><a href="/contributing">Contributing</a></li>
44
<li><a href="https://twitter.com/devsecio">Twitter</a></li>
5-
<li><a href="https://galaxy.ansible.com/dev-sec/">Ansible Galaxy</a></li>
5+
<li><a href="https://galaxy.ansible.com/devsec/hardening">Ansible Galaxy</a></li>
66
<li><a href="https://supermarket.getchef.com/cookbooks?q=hardening">Chef Community</a></li>
77
<li><a href="https://forge.puppetlabs.com/hardening">Puppet Forge</a></li>
88
</ul>

0 commit comments

Comments
 (0)