{"id":31890165,"url":"https://github.com/aquasecurity/vscode-tfsec","last_synced_at":"2025-10-13T07:21:56.479Z","repository":{"id":38452489,"uuid":"352666193","full_name":"aquasecurity/vscode-tfsec","owner":"aquasecurity","description":"vscode extension for tfsec","archived":false,"fork":false,"pushed_at":"2023-01-09T11:34:05.000Z","size":45499,"stargazers_count":30,"open_issues_count":8,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-18T13:34:35.901Z","etag":null,"topics":["static-analysis","terraform","tfsec","vscode-extension"],"latest_commit_sha":null,"homepage":"https://tfsec.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aquasecurity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-29T14:08:16.000Z","updated_at":"2024-08-12T20:11:39.000Z","dependencies_parsed_at":"2023-02-08T10:16:46.031Z","dependency_job_id":null,"html_url":"https://github.com/aquasecurity/vscode-tfsec","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/aquasecurity/vscode-tfsec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquasecurity%2Fvscode-tfsec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquasecurity%2Fvscode-tfsec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquasecurity%2Fvscode-tfsec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquasecurity%2Fvscode-tfsec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aquasecurity","download_url":"https://codeload.github.com/aquasecurity/vscode-tfsec/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aquasecurity%2Fvscode-tfsec/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014111,"owners_count":26085463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["static-analysis","terraform","tfsec","vscode-extension"],"created_at":"2025-10-13T07:21:54.186Z","updated_at":"2025-10-13T07:21:56.471Z","avatar_url":"https://github.com/aquasecurity.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tfsec\n\n![tfsec](tfsec.png)\n\nThis 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.\n\n## Features\n\n### Findings Explorer\nThe Findings Explorer displays an an organised view the issues that have been found in the current workspace. \n\nThe 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.\n\nRight 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)\n\nIssues can be ignored by right clicking the location in the explorer and selecting `ignore this issue`.\n\n![tfsec explorer](tfsec-explorer-usage.gif)\n### Ignore Code Resolution\n\nIgnore codes will be automatically resolved and the description of the error will be displayed inline.\n\n![ignoredesc](ignoredesc.gif)\n\n### Ignoring filepaths\n\nIn the Explorer view, you can right click on a folder or .tf file and select `Ignore path during tfsec runs`. This will pass the path to `--exclude-path` when running tfsec and is only applicable to this workspace on this machine.\n\nTo remove ignores, edit the `tfsec.excludedPath` in the `.vscode/settings.json` file of the current workspace.\n\n## Release Notes\n\n### 1.11.0\n- Add findings to the Problems tab\n\n### 1.10.1\n- Fix Windows filepaths\n\n### 1.10.0\n- Fix issue with file path names in the explorer\n- Add context support for locally ignoring files and directories\n\n### 1.9.0\n- Support new tfsec filesystem (relative path resolution)\n  - Maintain support older versions of tfsec\n\n### 1.8.0\n- Add snippets support\n  - using `tfsec-check-file` in a yaml file to create custom check\n  - using `tfsec-custom-check` in the existing check file to add a new custom check\n- Add icon on toolbar to get the version\n\n### 1.7.5\n- Update the severity icons inline with Aqua colours\n\n### 1.7.4 \n- Fix the icons for Severity and tfsec checkname\n\n### 1.7.3\n- Fix issue with tfsec `v1.0.0-rc.2`\n\n### 1.7.2\n- Fix issue with glob\n \n### 1.7.1\n- Minify the extension\n\n### 1.7.0\n- Support multi folder workspaces\n- Save results in a folder with unique names\n\n### 1.6.2\n- Refactor the runner to clean up extension code\n- clean up some redundant code\n\n\n#### See Change log for more information","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquasecurity%2Fvscode-tfsec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faquasecurity%2Fvscode-tfsec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faquasecurity%2Fvscode-tfsec/lists"}