Skip to content

Commit

Permalink
Merge pull request #13 from aquasecurity/owenr-add-support-for-long-r…
Browse files Browse the repository at this point in the history
…ule-id

fix issues with code resolution
  • Loading branch information
Owen Rumney authored Jan 7, 2022
2 parents 21d4983 + 8ba76da commit d55dd42
Show file tree
Hide file tree
Showing 8 changed files with 156 additions and 1,096 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

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

### 1.3.0
- Remove dependency on codes resource for resolving legacy IDs

### 1.2.2
- Add support for AVD ID

### 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
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Ignore codes will be automatically resolved and the description of the error wil

## Release Notes

### 1.3.0
- Remove dependency on codes resource for resolving legacy IDs

### 1.2.2
- Add support for AVD ID

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "tfsec",
"publisher": "tfsec",
"description": "Tfsec integration for Visual Studio Code",
"version": "1.2.1",
"version": "1.3.0",
"engines": {
"vscode": "^1.54.0"
},
Expand Down
Loading

0 comments on commit d55dd42

Please sign in to comment.