azu

Results 532 comments of azu

Step 1. create secretlint/benchmark 2. create benchmark script 3. use https://github.com/rhysd/github-action-benchmark

Benchmark https://secretlint.github.io/secretlint/dev/bench/

Idea: rollupjs.org apply to preset rules. It may improve loading performance.

https://playwright.dev/ is intersting approach.

we need to provide helper?

It will be `weak-enctrypto` rule.

Enctrypted token may be catched as false-positive. For example, following token is enctrypted with password. but some rule detect it as raw token. ``` AWS_SECRET_ACCESS_KEY: R6WCNd0erkAuZyD+Fe8C4IwjpYQtniKqnHAzE7Pk5fPrBRpwOnuYxA== ```

Add little tips https://github.com/secretlint/secretlint/blob/master/docs/secretlint-rule.md

https://github.com/secretlint/secretlint/tree/master/packages/%40secretlint/formatter

https://github.com/secretlint/secretlint/tree/master/packages/%40secretlint/binary implement binary compiler. BUt, we do not have certification for code sign...