Skip to content

Commit af308bf

Browse files
Add back the commented lines
1 parent 727bc46 commit af308bf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci-modules.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525

2626
- name: cfn-lint
2727
uses: scottbrenner/cfn-lint-action@v2
28+
with:
29+
version: 1.18.3
2830

2931
- name: Lint
3032
working-directory: modules

modules/vm_workload_scanning.cft.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ Resources:
189189
- lambda:GetFunctionConfiguration
190190
- lambda:GetRuntimeManagementConfig
191191
- lambda:ListFunctions
192-
#- lambda:ListTagsForResource
193-
#- lambda:GetLayerVersionByArn
192+
- lambda:ListTagsForResource
193+
- lambda:GetLayerVersionByArn
194194
- lambda:GetLayerVersion
195195
- lambda:ListLayers
196196
- lambda:ListLayerVersions
@@ -320,6 +320,8 @@ Resources:
320320
- lambda:GetFunctionConfiguration
321321
- lambda:GetRuntimeManagementConfig
322322
- lambda:ListFunctions
323+
- lambda:ListTagsForResource
324+
- lambda:GetLayerVersionByArn
323325
- lambda:GetLayerVersion
324326
- lambda:ListLayers
325327
- lambda:ListLayerVersions

0 commit comments

Comments
 (0)