-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't autoenable gokart and tfsec (#470)
We had originally been pretty aggressive in auto-enabling/suggesting security linters, however there are 2 modifications that should no longer be auto-enabled: - tfsec is migrating to trivy, so we don't want to auto-enable tfsec anymore - gokart has the potential to [fail](praetorian-inc/gokart#88) in a large number of repos, for example [failing](https://github.com/trunk-io/trunk-action/actions/runs/6156480974/job/16705375836?pr=186) in the [tflint repo](https://github.com/terraform-linters/tflint), and it's not very actively maintained, so for now we won't enable it
- Loading branch information
1 parent
6e694e9
commit 4bb9eb6
Showing
4 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module gokart_linter_test | ||
|
||
go 1.19 | ||
go 1.21.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters