We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
What happened: Local private key support is not working because --key option is not exist anymore.
According to doc:
To generate an SBOM attestation for a container image using a local private key: syft attest --output [FORMAT] --key [KEY] [SOURCE] [flags]
What you expected to happen: Generate a packaged-based SBOM
Steps to reproduce the issue: syft attest --output cyclonedx-json --key cosign.key ubuntu:latest
Anything else we need to know?:
Environment:
syft version
cat /etc/os-release
The text was updated successfully, but these errors were encountered:
wagoodman
willmurphyscode
Successfully merging a pull request may close this issue.
What happened:
Local private key support is not working because --key option is not exist anymore.
According to doc:
What you expected to happen:
Generate a packaged-based SBOM
Steps to reproduce the issue:
syft attest --output cyclonedx-json --key cosign.key ubuntu:latest
Anything else we need to know?:
Environment:
syft version
: 0.101.1cat /etc/os-release
or similar): macOS 14.3The text was updated successfully, but these errors were encountered: