Skip to content

Add nextflow linter

Add nextflow linter #2

Workflow file for this run

# The cfn-nag tool looks for patterns in CloudFormation templates that may indicate insecure infrastructure. Roughly speaking, it will look for:
# - IAM rules that are too permissive (wildcards)
# - Security group rules that are too permissive (wildcards)
# - Access logs that aren't enabled
# - Encryption that isn't enabled
# - Password literals
# See https://github.com/stelligent/cfn_nag for more information
name: cfn-nag
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
cfn-lint:
permissions:
contents: read # for actions/checkout to fetch code
runs-on: ubuntu-latest
permissions:

Check failure on line 22 in .github/workflows/cfn-nag.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cfn-nag.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
contents: read
steps:
- uses: actions/checkout@v4
- name: cfn_nag Scan
uses: stelligent/cfn_nag@master
with:
input_path: build/cloudformation