Skip to content

Commit

Permalink
update ruby analyzer.
Browse files Browse the repository at this point in the history
  • Loading branch information
catchcatchus committed Sep 8, 2024
1 parent fafbbd0 commit 90c9c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codety.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Codety
on:
push:
branches: [${{ github.event.repository.default_branch }}]
branches: [ "main" ]
pull_request:
branches: [ "**" ] # **
jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

</div>

**Codety Scanner** is a free and comprehensive source code scanner that detects code issues for 20+ programming languages and IaC tools. Codety Scanner's source code is contributed and maintained by [Codety Inc.(https://codety.io)](https://codety.io)
**Codety Scanner** is a comprehensive code scanner designed to detect code issues for 20+ programming languages and IaC frameworks. It embeds more than 5,000 code analysis rules and can detect code smells, vulnerable code, secrets in the code, performance issues, style violations, and more. Codety Scanner is open source and is free for personal and commercial use, Codety Scanner's source code is contributed and maintained by [Codety Inc.(https://codety.io)](https://codety.io)

Codety Scanner detects your code issues and report results to:
* GitHub pull request comments ([check example here](https://github.com/codetyio/codety-scanner/pull/15#issuecomment-2320351633))
Expand Down

0 comments on commit 90c9c12

Please sign in to comment.