Skip to content

Commit

Permalink
Merge pull request #12 from aquasecurity/owenr-structure-with-severity
Browse files Browse the repository at this point in the history
Some enhancements
  • Loading branch information
Owen Rumney authored Jan 7, 2022
2 parents 4d5482c + 16422ee commit 21d4983
Show file tree
Hide file tree
Showing 18 changed files with 3,129 additions and 228 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to the "tfsec" extension will be documented in this file.

### 1.2.1
- Update the logo to the AquaSecurity one


### 1.2.0
- Restructure explorer to be by severity
- Fix the Help view for the checks
- Add "Ignore all" to ignore all instances of an issue

### 1.1.11
- Add menu button to update tfsec from within vscode (post tfsec v0.39.39)
- Add command to show the current version of tfsec running
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 AquaSecurity

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# tfsec

This VS Code extension is for [tfsec](https://tfsec.dev). A static analysis security scanner for your Terraform code that discovers problems with your infrastructure before hackers do.
![tfsec](tfsec.png)

This VS Code extension is for [tfsec](https://aquasecurity.github.io/tfsec/latest). A static analysis security scanner for your Terraform code that discovers problems with your infrastructure before hackers do.

## Features

Expand All @@ -9,7 +11,7 @@ The issue explorer displays an an organised view the issues that have been found

The code runs tfsec in a VS Code integrated terminal so you can see the the output - when it is complete, press the refresh button to reload.

Right clicking on an tfsec code will let you view the associated page on [https://tfsec.dev](https://tfsec.dev)
Right clicking on an tfsec code will let you view the associated page on [https://aquasecurity.github.io/tfsec/latest](https://aquasecurity.github.io/tfsec/latest)

Issues can be ignored by right clicking the location in the explorer and selecting `ignore this issue`.

Expand All @@ -25,6 +27,14 @@ Ignore codes will be automatically resolved and the description of the error wil

## Release Notes

### 1.2.1
- Update the logo to the AquaSecurity one

### 1.2.0
- Restructure explorer to be by severity
- Fix the Help view for the checks
- Add "Ignore all" to ignore all instances of an issue

### 1.1.11
- Add menu button to update tfsec from within vscode (post tfsec v0.39.39)
- Add command to show the current version of tfsec running
Expand Down
Binary file added media/tfsec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 21d4983

Please sign in to comment.