Skip to content

Commit 478fd09

Browse files
authored
Merge pull request #12 from telekom-mms/update_config
chore(config): standardize renovate.json and update repository topics
2 parents 543e414 + a73921a commit 478fd09

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* eol=lf

.github/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"default_branch": "main",
66
"homepage": "https://telekom-mms.github.io/terraform-azurerm-compute",
77
"topics": [
8+
"azure",
9+
"linux-virtual-machine",
10+
"managed-disk",
811
"terraform",
9-
"azure"
12+
"virtual-machine-data-disk-attachment"
1013
]
1114
}
1215
}

.github/workflows/terrascan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
with:
1616
iac_type: terraform
1717
iac_dir: ./tests
18-
policy_type: all
18+
policy_type: azure
1919
non_recursive: true

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@
1212
}
1313
]
1414
}
15+

0 commit comments

Comments
 (0)