Skip to content

Added aws-sample Project for automating CIS Benchmark update on existing Nodegroup #77

Added aws-sample Project for automating CIS Benchmark update on existing Nodegroup

Added aws-sample Project for automating CIS Benchmark update on existing Nodegroup #77

Workflow file for this run

name: AWS Brand Checks
on:
pull_request:
workflow_dispatch:
jobs:
style-job:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Enforce AWS Brand Attribute
uses: errata-ai/vale-action@reviewdog
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
fail_on_error: true
reporter: github-pr-check
filter_mode: added
files: latest/ug
vale_flags: "--config brand.vale.ini"
continue-on-error: true