We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe2239 commit f843359Copy full SHA for f843359
CHANGELOG.md
@@ -0,0 +1,20 @@
1
+# Changelog
2
+
3
+## Terraform 0.7.0
4
5
+### agentless-scanner 2024011701
6
7
+- Execute Trivy scans in dedicated processes.
8
9
+## Terraform 0.6.0
10
11
+### agentless-scanner 2024011501
12
13
+- Clean up downloaded AWS Lambdas on startup.
14
+- Increase timeout while downloading AWS Lambda functions.
15
16
+## Terraform 0.5.0
17
18
+### agentless-scanner 2023122001
19
20
+Initial private beta release.
README.md
@@ -51,4 +51,8 @@ Run all checks:
51
52
```
53
pre-commit run -a
54
-```
+```
55
56
+## Changelog
57
58
+See [changelog](CHANGELOG.md).
0 commit comments