Skip to content

Commit faed1e2

Browse files
andream16northdpole
authored andcommitted
For spyros
1 parent 18e0b8a commit faed1e2

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ fmt-md:
8787
fmt: fmt-go fmt-proto fmt-md
8888

8989
build-buf-container:
90-
$(CTR_CLI) build . -t $(BUF_CONTAINER) -f containers/Dockerfile.buf
90+
@if [ ! -z "$($(CTR_CLI) images -q $(BUF_CONTAINER) 2> /dev/null)" ]; then $(CTR_CLI) build . -t $(BUF_CONTAINER) -f containers/Dockerfile.buf; fi
9191

9292
run-buf: build-buf-container
9393
$(eval BUF_TMP_DP_FOLDER:=buf-tmp)

proto/ocsf/ocsf_ext/finding_info/v1/finding_info.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ message Enrichment {
5757
ENRICHMENT_TYPE_CORRELATION = 1;
5858
ENRICHMENT_TYPE_DUPLICATION = 2;
5959
ENRICHMENT_INVESTIGATION = 3;
60-
ENRICHMENT_FILTER=4;
60+
ENRICHMENT_TYPE_FILTER = 4;
6161
}
6262

6363
// if it has this enrichment at all, the finding is a duplicate
@@ -82,6 +82,6 @@ message Enrichment {
8282
DuplicateEnrichment duplicate = 2;
8383
CorrelationEnrichment correlations = 3;
8484
InvestigationEnrichment investigations = 4;
85-
FilterEnrichment filter=5;
85+
FilterEnrichment filter = 5;
8686
}
8787
}

sdk/gen/ocsf_ext/finding_info/v1/finding_info.pb.go

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)