Skip to content

Commit 10d8dea

Browse files
author
ievgeniia ieromenko
committed
update github workflow to run cfn-nag
1 parent 98441cb commit 10d8dea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cfn-nag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- name: Set up Ruby 2.6
14+
- name: Set up Ruby 2.7
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: '2.6'
17+
ruby-version: '2.7'
1818
- name: Install cfn-nag
1919
run: gem install cfn-nag
2020
- name: Scan files in all templates folders

0 commit comments

Comments
 (0)