feat: add Docker image, tests, docs and CLI snapshot#1
Merged
amartingarcia merged 5 commits intomainfrom Apr 12, 2026
Merged
Conversation
🔍 CLI Behavioral Changes: 1.5.1 → 1.5.1Help text changesHelp text changed for: benchmark list help, benchmark run help, benchmark show help, control list help, control run help, control show help, dashboard list help, dashboard show help, detection list help, detection run help, detection show help, mod install help, mod list help, mod update help, query list help, query run help, query show help, variable show help. Review |
- Dockerfile: debian bookworm-slim, UID 9193, apt hardening (SHELL pipefail, upgrade, jq) - structure-tests.yaml: 13 tests covering binary, env vars, filesystem layout - cli-snapshot.json: full v1.5.1 snapshot (9 subcommands + env vars) - trivy.yaml: skip pre-compiled binary from CVE scanning - docs/: getting-started, configuration, kubernetes, examples, troubleshooting - tests/: 32 unit tests for compare_snapshots.py (99% coverage) - README.md: accurate flag tables, env vars, image details Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
hadolint inline ignores only apply to the next Dockerfile instruction. Having another comment between the directive and RUN caused it to be skipped, triggering DL3008/DL3005 in CI despite the inline annotation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
- Replace semantic-release with Dockerfile-version-based tagging (mirrors steampipe) - Fix updatecli: add scms block and actions.pr so it can open PRs automatically - Add Dependabot for GitHub Actions (weekly) and pip tests/ (weekly) - Remove package.json: no longer needed without semantic-release Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.