-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathterrascan.nuspec
37 lines (34 loc) · 2.13 KB
/
terrascan.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>terrascan</id>
<version>1.19.9</version>
<packageSourceUrl>https://github.com/flcdrg/au-packages/tree/master/terrascan</packageSourceUrl>
<owners>flcdrg</owners>
<title>Terrascan</title>
<authors>Tenable, Inc.</authors>
<projectUrl>https://runterrascan.io/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/flcdrg/au-packages@master/terrascan/icons/terrascan.png</iconUrl>
<copyright>2022 Tenable, Inc.</copyright>
<licenseUrl>https://github.com/tenable/terrascan/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/tenable/terrascan</projectSourceUrl>
<docsUrl>https://runterrascan.io/docs/</docsUrl>
<mailingListUrl>https://discord.gg/59vwVuGyGr</mailingListUrl>
<bugTrackerUrl>https://github.com/tenable/terrascan/issues</bugTrackerUrl>
<tags>Terraform Linter</tags>
<summary>Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure</summary>
<description>Terrascan is a static code analyzer for Infrastructure as Code. Terrascan allows you to:
- Seamlessly scan infrastructure as code for misconfigurations.
- Monitor provisioned cloud infrastructure for configuration changes that introduce posture drift, and enables reverting to a secure posture.
- Detect security vulnerabilities and compliance violations.
- Mitigate risks before provisioning cloud native infrastructure.
- Offers flexibility to run locally or integrate with your CI\CD.</description><releaseNotes><![CDATA[### Changelog
* bd6d393de9800a8777029e3920d6e432a11fcfcd [Fix/1702]Fix protobuf errors in binary built in docker build (#1706)
]]></releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>