Observer - PQC Compliance Scanner
Version updated for https://github.com/GetQuantumDrive/Observer to version v0.0.2.
- This action is used across all versions by ? repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Observer is a post-quantum cryptography scanner designed for CI pipelines to detect and classify quantum-vulnerable cryptographic implementations in codebases. It automates the identification of cryptographic risks and compliance gaps by analyzing code for vulnerabilities, categorizing findings based on quantum threats, and generating actionable security reports. Key features include integration with GitHub Code Scanning, SonarQube, and other tools, bundled detection rules for out-of-the-box use, and support for multiple deployment methods (GitHub Action, Gradle plugin, CLI).
What’s Changed
What’s Changed
- ci: disable Gradle plugin publish workflow until config is ready by @BjornvdLaan in https://github.com/GetQuantumDrive/Observer/pull/5
- Add HTML report output: multi-project pages and –format html for CLI by @BjornvdLaan in https://github.com/GetQuantumDrive/Observer/pull/6
- chore: set compliance scan to soft fail by @BjornvdLaan in https://github.com/GetQuantumDrive/Observer/pull/7
Full Changelog: https://github.com/GetQuantumDrive/Observer/compare/v0.0.1...v0.0.2