Skip to content

Commit

Permalink
Merge pull request #4 from OWASP/update-main
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
hahwul authored Jun 20, 2024
2 parents 68d9966 + 5658582 commit d567b80
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ remote_theme: "owasp/www--site-theme@main"
plugins:
- jekyll-include-cache-0.2.0

code_user: noir-cr
code_user: owasp-noir
code_repo: noir
10 changes: 6 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

layout: col-sidebar
title: OWASP Noir
tags: noir noir-cr sast dast attack-surface endpoint
tags: noir owasp-noir sast dast attack-surface endpoint
level: 2
type: code
pitch: An open-source project that identifies attack surfaces to enhance whitebox security testing and security pipelines.
Expand All @@ -15,12 +15,14 @@ pitch: An open-source project that identifies attack surfaces to enhance whitebo
</div>

<p align="center">
<a href="https://github.com/noir-cr/noir/blob/main/CONTRIBUTING.md">
<a href="https://github.com/owasp-noir/noir/blob/main/CONTRIBUTING.md">
<img src="https://img.shields.io/badge/CONTRIBUTIONS-WELCOME-000000?style=for-the-badge&labelColor=black"></a>
<a href="https://github.com/noir-cr/noir/releases">
<img src="https://img.shields.io/github/v/release/noir-cr/noir?style=for-the-badge&color=black&labelColor=black&logo=web"></a>
<a href="https://github.com/owasp-noir/noir/releases">
<img src="https://img.shields.io/github/v/release/owasp-noir/noir?style=for-the-badge&color=black&labelColor=black&logo=web"></a>
<a href="https://crystal-lang.org">
<img src="https://img.shields.io/badge/Crystal-000000?style=for-the-badge&logo=crystal&logoColor=white"></a>
<a href="https://owasp.org/www-project-noir/">
<img src="https://img.shields.io/badge/OWASP-000000?style=for-the-badge&logo=owasp&logoColor=white"></a>
</p>

<hr>
Expand Down
6 changes: 3 additions & 3 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
* <i class="fas fa-user-secret" style="color:#233e81;"></i> Breaker

### Downloads or Social Links
* [Releases](https://github.com/noir-cr/noir/releases)
* [Releases](https://github.com/owasp-noir/noir/releases)
* [Homebrew](https://formulae.brew.sh/formula/noir)
* [Snapcraft](https://snapcraft.io/noir)
* [Docker (GHCR)](https://github.com/noir-cr/noir/pkgs/container/noir)
* [Docker (GHCR)](https://github.com/owasp-noir/noir/pkgs/container/noir)

### Code Repository
* [Github Repository](https://github.com/noir-cr/noir)
* [Github Repository](https://github.com/owasp-noir/noir)
4 changes: 2 additions & 2 deletions tab_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sudo snap install noir
# https://crystal-lang.org/install/

# Clone this repo
git clone https://github.com/noir-cr/noir
git clone https://github.com/owasp-noir/noir
cd noir

# Install Dependencies
Expand All @@ -46,5 +46,5 @@ cp ./bin/noir /usr/bin/

### Docker (GHCR)
```bash
docker pull ghcr.io/noir-cr/noir:main
docker pull ghcr.io/owasp-noir/noir:main
```

0 comments on commit d567b80

Please sign in to comment.