Skip to content

Commit d4d3233

Browse files
authored
fix(linting): Specying older version for linting (#140)
* Trying to see if linting goes away * trying again * dummy change to force linting * comment from ravhina
1 parent f1e5366 commit d4d3233

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Resources:
259259
260260
Outputs:
261261
ConfigPostureRoleARN:
262-
Description: ARN of the config posture role
262+
Description: ARN of the role for config posture
263263
Value:
264264
Fn::Sub: ${ConfigPostureRole.Arn}
265265
OnboardingRoleARN:

0 commit comments

Comments
 (0)