Skip to content

Commit

Permalink
fix(linting): Specying older version for linting (#140)
Browse files Browse the repository at this point in the history
* Trying to see if linting goes away

* trying again

* dummy change to force linting

* comment from ravhina
  • Loading branch information
miguelpais authored Dec 16, 2024
1 parent f1e5366 commit d4d3233
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci-modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:

- name: cfn-lint
uses: scottbrenner/cfn-lint-action@v2
with:
version: 1.18.3

- name: Lint
working-directory: modules
run: make lint

validate:
name: Validate Templates
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion modules/foundational.cft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Resources:
Outputs:
ConfigPostureRoleARN:
Description: ARN of the config posture role
Description: ARN of the role for config posture
Value:
Fn::Sub: ${ConfigPostureRole.Arn}
OnboardingRoleARN:
Expand Down

0 comments on commit d4d3233

Please sign in to comment.