diff --git a/.trivyignore b/.trivyignore index eb401369c7..7751f397be 100644 --- a/.trivyignore +++ b/.trivyignore @@ -68,6 +68,10 @@ CVE-2024-26147 # tflint CVE-2024-3817 +# tsqllint +CVE-2023-36414 +CVE-2024-0056 + # Misc # Not fixed yet https://avd.aquasec.com/nvd/2024/cve-2024-29415/ CVE-2024-29415 diff --git a/CHANGELOG.md b/CHANGELOG.md index de46a1f0f0..ae49dae830 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - New linters - Media + - [10 MegaLinter Tips and Tricks Unlock its Full Potential](https://flexion.us/blog/megalinter-tips-and-tricks/) by [Wes Dean](https://github.com/wesley-dean) - Linters enhancements - [tsqllint](https://github.com/tsqllint/tsqllint) Re-enabled after .net 8 and security updates diff --git a/README.md b/README.md index 90612ea8fb..0745c06e7b 100644 --- a/README.md +++ b/README.md @@ -1534,6 +1534,7 @@ description: List of all known articles, blog posts and videos that talk about M | Article | Author | |:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [10 MegaLinter Tips and Tricks Unlock its Full Potential](https://flexion.us/blog/megalinter-tips-and-tricks/){target=_blank} | [Wes Dean](https://github.com/wesley-dean){target=_blank} | | [30 Seconds to Setup MegaLinter: Your Go-To Tool for Automated Code Quality](https://medium.com/@caodanju/30-seconds-to-setup-megalinter-your-go-to-tool-for-automated-code-quality-and-iac-security-969d90a5a99c){target=_blank} | [Peng Cao](https://www.linkedin.com/in/peng-cao-83b6a2103/) | | [Introducing MegaLinter: Streamlining Code Quality Checks Across Multiple Languages](https://cloudtuned.hashnode.dev/introducing-megalinter-streamlining-code-quality-checks-across-multiple-languages){target=_blank} | [Cloud Tuned](https://cloudtuned.hashnode.dev/){target=_blank} | | [Infrastructure as Code GitHub Codespace Template](https://luke.geek.nz/azure/iac-github-codespace/){target=_blank} | [Luke Murray](https://www.linkedin.com/in/ljmurray/){target=_blank} |