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 98441cb commit 10d8deaCopy full SHA for 10d8dea
.github/workflows/cfn-nag.yml
@@ -11,10 +11,10 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
14
- - name: Set up Ruby 2.6
+ - name: Set up Ruby 2.7
15
uses: ruby/setup-ruby@v1
16
with:
17
- ruby-version: '2.6'
+ ruby-version: '2.7'
18
- name: Install cfn-nag
19
run: gem install cfn-nag
20
- name: Scan files in all templates folders
0 commit comments