Skip to content

feat: test checkov github-action in public module #18

feat: test checkov github-action in public module

feat: test checkov github-action in public module #18

Workflow file for this run

---
name: checkov
on:
pull_request:
jobs:
checkov:
uses: clouddrove/github-shared-workflows/.github/workflows/checkov.yml@1.0.10
with:
directory: '.'
continue_on_error: true
skip-check: CKV2_GHA_1

Check failure on line 11 in .github/workflows/checkov.yml

View workflow run for this annotation

GitHub Actions / checkov

Invalid workflow file

The workflow is not valid. .github/workflows/checkov.yml (Line: 11, Col: 19): Invalid input, skip-check is not defined in the referenced workflow.
...