diff --git a/.checkov.yml b/.checkov.yml deleted file mode 100644 index 58c48ad..0000000 --- a/.checkov.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -# Ignore specific paths (e.g., tests or documentation folders) -skip_paths: - - 'molecule/' - - '.github/' \ No newline at end of file diff --git a/.github/workflows/checkov.yml b/.github/workflows/checkov.yml index ae0e9bf..724c06e 100644 --- a/.github/workflows/checkov.yml +++ b/.github/workflows/checkov.yml @@ -20,4 +20,4 @@ jobs: uses: bridgecrewio/checkov-action@v12 with: directory: "." # Root directory or specify path to Ansible playbooks - skip_path: "molecule/,.github/" # Optional: Use to skip irrelevant checks (e.g., AWS-specific) + skip_path: "molecule/, .github/" # Optional: Use to skip irrelevant checks (e.g., AWS-specific)