Skip to content

Commit f843359

Browse files
committed
Add CHANGELOG.md
1 parent cbe2239 commit f843359

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,8 @@ Run all checks:
5151

5252
```
5353
pre-commit run -a
54-
```
54+
```
55+
56+
## Changelog
57+
58+
See [changelog](CHANGELOG.md).

0 commit comments

Comments
 (0)