Skip to content

Commit

Permalink
Bump aquasecurity/trivy-action from 0.23.0 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.23.0...0.24.0)

---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit f5c8183)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Jul 12, 2024
1 parent d89cb2e commit 9c7cdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
echo "JG_VER=${JG_VER}" >> $GITHUB_ENV
- name: Run Trivy vulnerability scanner
if: github.repository == 'janusgraph/janusgraph'
uses: aquasecurity/trivy-action@0.23.0
uses: aquasecurity/trivy-action@0.24.0
with:
image-ref: 'ghcr.io/janusgraph/janusgraph:${{ env.JG_VER }}${{ matrix.tag_suffix }}'
format: 'sarif'
Expand Down

1 comment on commit 9c7cdf9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 9c7cdf9 Previous: 1e098d6 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12201.174668634374 ms/op 13224.371596091765 ms/op 0.92
org.janusgraph.GraphCentricQueryBenchmark.getVertices 902.222385205075 ms/op 939.9812517851383 ms/op 0.96
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.00234550144927 ms/op 217.29932048514493 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runReindex 335.19733475916667 ms/op 341.2495420845238 ms/op 0.98
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 213.15298819319318 ms/op 278.40204374307757 ms/op 0.77
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4977.438215239434 ms/op 4989.676889934371 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16781.43870646345 ms/op 17611.849970189523 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19077.16945699495 ms/op 19793.124546376966 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55679.90975666667 ms/op 56181.93877586666 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8387.893252299365 ms/op 8598.330603551365 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 386.2266164182447 ms/op 375.92614089582463 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4131.88719893121 ms/op 4143.1598921080285 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getNames 8448.622884306402 ms/op 8572.994391137943 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5712.132057401961 ms/op 5722.549980819107 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7199.156941336433 ms/op 7333.488489649441 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 424.8051908202177 ms/op 424.226132984096 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12425.069853819266 ms/op 12536.954676567058 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 364.76221787624337 ms/op 369.92693850792364 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13663.632428685713 ms/op 14531.929740078982 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 258.9138194649954 ms/op 251.9395098555724 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13904.601399861625 ms/op 14879.925123906381 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8404.385903669678 ms/op 8531.257465790834 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9255.378726356315 ms/op 9331.601352568956 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8431.111554328498 ms/op 9026.050176947727 ms/op 0.93

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.