Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Feb 23, 2024
1 parent f9e2767 commit a2d4c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/bom-1.6.proto
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ message Lifecycles {

enum LifecyclePhase {
// BOM produced early in the development lifecycle containing inventory of components and services that are proposed or planned to be used. The inventory may need to be procured, retrieved, or resourced prior to use.
// buf:lint:ignore ENUM_ZERO_VALUE_SUFFIX -- value `0` is a fallback(meaning "unspecified") in protobuf3. this usage here is an error, it shall be fixed with v2.0 of this very schema
LIFECYCLE_PHASE_DESIGN = 0;
// BOM consisting of information obtained prior to a build process and may contain source files and development artifacts and manifests. The inventory may need to be resolved and retrieved prior to use.
LIFECYCLE_PHASE_PRE_BUILD = 1;
Expand Down Expand Up @@ -1774,7 +1775,6 @@ message CryptoProperties {
CRYPTO_PRIMITIVE_COMBINER = 15;
}
enum CryptoExecutionEnvironment {
// ProtoBuff's default value -- it differs from "unknown"
CRYPTO_EXECUTION_ENVIRONMENT_UNSPECIFIED = 0;
// The execution environment is not known
CRYPTO_EXECUTION_ENVIRONMENT_UNKNOWN = 1;
Expand Down

0 comments on commit a2d4c72

Please sign in to comment.