Open Dewwi opened 3 weeks ago
@Dewwi: There are no 'kind' label on this PR. You need a 'kind' label to generate the release automatically.
/kind feature
/kind enhancement
/kind refactoring
/kind fix
/kind chore
/kind dependencies
@Dewwi: There are no area labels on this PR. You can add as many areas as you see fit.
/area agent
/area local-api
/area cscli
/area appsec
/area security
/area configuration
Attention: Patch coverage is 4.16667%
with 23 lines
in your changes missing coverage. Please review.
Project coverage is 41.23%. Comparing base (
fb733ee
) to head (6f99b82
).
Files with missing lines | Patch % | Lines |
---|---|---|
pkg/exprhelpers/anomalydetection_stub.go | 0.00% | 13 Missing :warning: |
pkg/exprhelpers/helpers.go | 9.09% | 10 Missing :warning: |
:exclamation: There is a different number of reports uploaded between BASE (fb733ee) and HEAD (6f99b82). Click for more details.
HEAD has 2 uploads less than BASE
| Flag | BASE (fb733ee) | HEAD (6f99b82) | |------|------|------| |unit-windows|1|0| |unit-linux|1|0|
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
This PR allows use of ML Inference via ONNX models for Anomaly Detection.
It enables use of huggingface tokenizer and onnx inference via CGO.