microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
68b04bc3b47266718f1570cf7f2cb7908467f8d4

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.checkov.yaml

29lines · modepreview

# Checkov configuration for security and compliance scanning
# Scans GitHub Actions workflows, JSON, YAML files, and secrets

framework:
  - github_actions
  - json
  - yaml
  - secrets

# Evaluate variables in configuration files
evaluate-variables: true

# Output formats
output:
  - junitxml
  - json

# Optional: Specify output file paths
# output-file-path: checkov-junit.xml,checkov-results.json

# Optional: Skip specific checks
# skip-check:
#   - CKV_SECRET_1
#   - CKV_GHA_1

# Optional: Exclude directories
# skip-path:
#   - node_modules
#   - .git