Skip to content

Commit

Permalink
Merge pull request #197 from pzaino/develop
Browse files Browse the repository at this point in the history
Improved documentation
  • Loading branch information
pzaino authored Apr 12, 2024
2 parents 4ae2f56 + 2d4c5a0 commit cc815ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ alt="OpenSSF Security Best Practices badge"></a>
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fpzaino%2Fthecrowler.svg?type=shield&issueType=security)](https://app.fossa.com/projects/git%2Bgithub.com%2Fpzaino%2Fthecrowler?ref=badge_shield&issueType=security)
![License: ](https://img.shields.io/github/license/pzaino/TheCROWler)

Project status: Still under active development, but most of it is already usable.
**Project status:** Still under active development! However, most of it is
already usable. Alpha testers welcome!

**Please Note**: This is the new official repo for the project, the old C++
and Rust repositories are now closed and no longer available/maintained.
Please use this one for any new development.

## What is it?

Expand Down
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func NewConfig() Config {
Rulesets: []Ruleset{
{
Type: "local",
Path: []string{"./rules/*.json"},
Path: []string{"./rules/*.json", "./rules/*.yaml"},
},
},
ImageStorageAPI: FileStorageAPI{
Expand Down

0 comments on commit cc815ac

Please sign in to comment.