File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.504.0
4
+
5
+
6
+
7
+ <details >
8
+ <summary >feat: allow vulnerability scanning of Argo repository and implement ignore changes for non-change drift @RoseSecurity (#1120)</summary >
9
+ ## what
10
+
11
+ - Attempted to refactor code to ensure changes don't occur on each run (did not resolve)
12
+ - Opened an issue with [ GitHub] ( https://github.com/integrations/terraform-provider-github/issues/2243 ) but is still in the triaging state
13
+ - This is a quick fix for addressing the following non-change
14
+
15
+ ``` console
16
+ Terraform used the selected providers to generate the following execution
17
+ plan. Resource actions are indicated with the following symbols:
18
+ ~ update in-place
19
+
20
+ Terraform will perform the following actions:
21
+
22
+ # github_branch_protection.default[0] will be updated in-place
23
+ ~ resource "github_branch_protection" "default" {
24
+ id = "XXXXXXX"
25
+ # (10 unchanged attributes hidden)
26
+
27
+ ~ restrict_pushes {
28
+ ~ push_allowances = [
29
+ + "XXXXXXX",
30
+ ]
31
+ ```
32
+
33
+ ## why
34
+
35
+ - [X] Adds lifecycle meta-argument for ignoring changes to ` push_allowances `
36
+ - [X] Enable vulnerability alerting for vulnerable dependencies by default to address ` tfsec ` findings
37
+
38
+ ## Testing
39
+
40
+ - [X] Validated with ` atmos validate stacks `
41
+ - [X] Performed successful ` atmos terraform deploy ` on component
42
+
43
+ </details >
44
+
45
+ <details >
46
+ <summary >Update Changelog for `1.502.0` @github-actions (#1126)</summary >
47
+ Update Changelog for [ ` 1.502.0 ` ] ( https://github.com/cloudposse/terraform-aws-components/releases/tag/1.502.0 )
48
+ </details >
49
+
50
+
51
+
3
52
## 1.502.0
4
53
5
54
You can’t perform that action at this time.
0 commit comments