Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebranding to Tenable #1246

Merged
merged 3 commits into from
May 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# This file designates required PR reviewers for this repository
# https://help.github.com/articles/about-codeowners/

* @accurics/terrascan-maintainers @bkizer-tenable
* @accurics/terrascan-maintainers @bkizer-tenable @tenable/terrascan-maintainers

*.rego @accurics/terrascan-policy-maintainers
*.rego @accurics/terrascan-policy-maintainers @tenable/terrascan-policy-maintainers

*.go @accurics/terrascan-maintainers
*.go @accurics/terrascan-maintainers @tenable/terrascan-maintainers

/pkg/ @accurics/terrascan-maintainers
/pkg/ @accurics/terrascan-maintainers @tenable/terrascan-maintainers

/pkg/policies/opa/rego/ @accurics/terrascan-policy-maintainers
/pkg/policies/opa/rego/ @accurics/terrascan-policy-maintainers @tenable/terrascan-policy-maintainers
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You can contribute in many ways:

### Report Bugs

Report bugs at [https://github.com/accurics/terrascan/issues](https://github.com/accurics/terrascan/issues).
Report bugs at [https://github.com/tenable/terrascan/issues](https://github.com/tenable/terrascan/issues).

If you are reporting a bug, please include:

Expand All @@ -30,11 +30,11 @@ and "help wanted" is open to whoever wants to implement it.

Terrascan could always use more documentation, whether as part of the
official Terrascan docs, or even on the web in blog posts,
articles, videos, and such.
articles, videos, and such. Documentation for Terrascan is located in [tenable/runterrascan.io](https://github.com/tenable/runterrascan.io) and accessible through [runterrascan.io](www.runterrascan.io). Any PRs with changes in functionality or the CLIs user interface should include a corresponding PR for documentation updates.

### Submit Feedback

The best way to send feedback is to file an issue at [https://github.com/accurics/terrascan/issues](https://github.com/accurics/terrascan/issues).
The best way to send feedback is to file an issue at [https://github.com/tenable/terrascan/issues](https://github.com/tenable/terrascan/issues).

If you are proposing a feature:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Terrascan's default output is a list of violations present in the scanned IaC. A
Terrascan can be built locally. This is helpful if you want to be on the latest version or when developing Terrascan.

```sh
$ git clone git@github.com:accurics/terrascan.git
$ git clone git@github.com:tenable/terrascan.git
$ cd terrascan
$ make build
$ ./bin/terrascan
Expand Down
6 changes: 3 additions & 3 deletions code_of_conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
terrascan@accurics.com.
terrascan@tenable.com.
All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the
Expand Down Expand Up @@ -119,11 +119,11 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
version 2.0, available at
[https://www.contributor-covenant.org/version/2/0/code_of_conduct.html][v2.0].

Community Impact Guidelines were inspired by
Community Impact Guidelines were inspired by
[Mozilla's code of conduct enforcement ladder][Mozilla CoC].

For answers to common questions about this code of conduct, see the FAQ at
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available
[https://www.contributor-covenant.org/faq][FAQ]. Translations are available
at [https://www.contributor-covenant.org/translations][translations].

[homepage]: https://www.contributor-covenant.org
Expand Down
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Terrascan documentation

Documenation for terrascan lives at [runterrascan.io](www.runterrascan.io). Any updates or contributions to the documentation can be made in the [tenable/runterrascan.io](https://github.com/tenable/runterrascan.io) GitHub repository.
6 changes: 3 additions & 3 deletions docs/about.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# About Terrascan

Terrascan is a static code analyzer for infrastructure as code. Originally developed in 2017, Terrascan has evolved from a Python application specifically focused on scanning of security issues for Terraform into a Golang application with pluggable support for multiple IaC tools and technologies. The project is maintained by [Accurics](https://www.accurics.com)
Terrascan is a security analyzer for infrastructure as code. Originally developed in 2017, Terrascan has evolved from a Python application specifically focused on scanning of security issues for Terraform into a Golang application with pluggable support for multiple IaC tools and technologies. The project is maintained by [Tenable](https://www.tenable.com)

## About Accurics
## About Tenable

[Accurics](https://www.accurics.com) enables organizations to protect their cloud native infrastructure in hybrid and multi-cloud environments. It seamlessly scans infrastructure as code for misconfigurations, monitors provisioned cloud infrastructure for configuration changes that introduce posture drift, and enables reverting to a secure posture.
[Tenable.cs](https://www.tenable.com/products/tenable-cs/evaluate) enables organizations to protect their cloud native infrastructure in hybrid and multi-cloud environments. It seamlessly scans infrastructure as code for misconfigurations, monitors provisioned cloud infrastructure for configuration changes that introduce posture drift, and enables reverting to a secure posture.
15 changes: 0 additions & 15 deletions docs/architecture.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog.md

This file was deleted.

162 changes: 0 additions & 162 deletions docs/getting-started.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/index.md

This file was deleted.

Loading