Skip to content

Commit

Permalink
Merge pull request #20 from aquasecurity/owenr-support-multi-folder-w…
Browse files Browse the repository at this point in the history
…orkspaces

support multifolder workspaces
  • Loading branch information
Owen Rumney committed Jan 18, 2022
2 parents 1229c3d + 050c81a commit d9d936a
Show file tree
Hide file tree
Showing 11 changed files with 135 additions and 5,215 deletions.
3 changes: 3 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.gif
*.png
!tfsec.png
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

### 1.7.2
- Fix issue with glob

### 1.7.1
- Minify the extension

### 1.7.0
- Support multi folder workspaces
- Save results in a folder with unique names

### 1.6.2
- Refactor the runner to clean up extension code
- clean up some redundant code
Expand Down
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ Right clicking on an tfsec code will let you view the associated page on [https:

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




![tfsec explorer](tfsec-explorer-usage.gif)
### Ignore Code Resolution

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

## Release Notes

### 1.7.2
- Fix issue with glob

### 1.7.1
- Minify the extension

### 1.7.0
- Support multi folder workspaces
- Save results in a folder with unique names

### 1.6.2
- Refactor the runner to clean up extension code
- clean up some redundant code
Expand Down
Loading

0 comments on commit d9d936a

Please sign in to comment.