Skip to content

Update the Checkov action with internal Checkov Repo #357

Update the Checkov action with internal Checkov Repo

Update the Checkov action with internal Checkov Repo #357

Workflow file for this run

name: Meta Actions Scanner
on:
pull_request:
push:
branches:
- main
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
if: github.event_name == 'pull_request'
- name: Check workflow files
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash