Files
7000pctAUTO 26b6574571
Some checks failed
Auto Merge / auto-merge (push) Failing after 2s
Build / build (push) Failing after 7s
Checkov / checkov (push) Successful in 39s
CI / test (push) Failing after 6s
CI / lint (push) Failing after 6s
CLA Assistant / CLA (push) Failing after 17s
CodeQL / codeql (push) Failing after 6m3s
Container Scan / container-scan (push) Failing after 52s
Contributors / contributors (push) Failing after 1s
Coverage / coverage (push) Failing after 5s
Dependency Graph / dependency-graph (push) Failing after 31s
Deploy / deploy (push) Failing after 6s
Docker Publish / docker (push) Failing after 1m56s
Docs / docs (push) Failing after 8s
Format / format (push) Failing after 6s
GitHub Pages / deploy (push) Successful in 10s
Git Version / git-version (push) Successful in 4s
Gitleaks / gitleaks (push) Failing after 9s
Gitmoji / gitmoji (push) Failing after 2s
Integration / integration (push) Failing after 5s
KICS / kics (push) Successful in 46s
Labeler / labeler (push) Successful in 11s
Lint / lint (push) Failing after 6s
PR Audit / pr-audit (push) Failing after 1s
Pre-Commit / pre-commit (push) Failing after 5m26s
Reviewdog / reviewdog (push) Failing after 36s
OpenSSF Scorecard / scorecard (push) Failing after 4s
Scorecards / scorecard (push) Failing after 2s
Secrets Scan / secrets-scan (push) Failing after 39s
Security / security (push) Failing after 14s
Semantic Release / release (push) Failing after 1m16s
Snyk / snyk (push) Failing after 37s
Super-Linter / super-lint (push) Failing after 3m8s
Test / test (3.10) (push) Failing after 9s
Test / test (3.11) (push) Failing after 5s
Test / test (3.12) (push) Failing after 7s
Test / test (3.8) (push) Failing after 5s
Test / test (3.9) (push) Failing after 8s
Trivy / trivy (push) Failing after 5m21s
TruffleHog / trufflehog (push) Failing after 13s
Validate / validate (push) Failing after 6s
Update-Dependencies / update-deps (push) Failing after 8s
Stale / stale (push) Successful in 4s
Label Sync / label-sync (push) Failing after 4s
Close Inactive PRs / close-inactive (push) Failing after 2s
Cache Update / cache-update (push) Successful in 4m44s
Initial upload with CI/CD workflow
2026-01-31 11:09:00 +00:00

20 lines
349 B
YAML

name: Checkov
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
checkov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run Checkov
uses: bridgecrewio/checkov-action@master
with:
directory: .
framework: terraform
output_format: sarif