We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a922a20 commit 942feecCopy full SHA for 942feec
.github/workflows/ci-modules.yaml
@@ -25,11 +25,13 @@ jobs:
25
26
- name: cfn-lint
27
uses: scottbrenner/cfn-lint-action@v2
28
+ with:
29
+ version: 1.18.3
30
31
- name: Lint
32
working-directory: modules
33
run: make lint
-
34
+
35
validate:
36
name: Validate Templates
37
runs-on: ubuntu-latest
modules/foundational.cft.yaml
@@ -171,11 +171,6 @@ Resources:
171
- Ref: AWS::Region
172
TemplateBody: |
173
AWSTemplateFormatVersion: "2010-09-09"
174
- Metadata:
175
- cfn-lint:
176
- config:
177
- ignore_checks:
178
- - E0003
179
Description: IAM Role for Agentless
180
Parameters:
181
NameSuffix:
0 commit comments