Skip to content

Commit 942feec

Browse files
committed
trying again
1 parent a922a20 commit 942feec

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/ci-modules.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ 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
3133
run: make lint
32-
34+
3335
validate:
3436
name: Validate Templates
3537
runs-on: ubuntu-latest

modules/foundational.cft.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,6 @@ Resources:
171171
- Ref: AWS::Region
172172
TemplateBody: |
173173
AWSTemplateFormatVersion: "2010-09-09"
174-
Metadata:
175-
cfn-lint:
176-
config:
177-
ignore_checks:
178-
- E0003
179174
Description: IAM Role for Agentless
180175
Parameters:
181176
NameSuffix:

0 commit comments

Comments
 (0)