Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed May 31, 2024
1 parent bc84992 commit d9f89ed
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.20.0
uses: aquasecurity/trivy-action@0.21.0
with:
image-ref: 'ghcr.io/janusgraph/janusgraph:${{ env.JG_VER }}${{ matrix.tag_suffix }}'
format: 'sarif'
Expand Down

1 comment on commit d9f89ed

@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: d9f89ed Previous: ecd2fca Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12758.491624392092 ms/op 13144.514355812997 ms/op 0.97
org.janusgraph.GraphCentricQueryBenchmark.getVertices 901.4082219464958 ms/op 890.6500949529393 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.96983775869563 ms/op 216.00728349710144 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 343.8000251559615 ms/op 340.74734259345234 ms/op 1.01
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 205.43453005395668 ms/op 214.67658734609827 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4909.028628437831 ms/op 5006.940356248275 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16675.780108956085 ms/op 17173.95875381827 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 21268.543437017575 ms/op 19556.02193280909 ms/op 1.09
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 57666.960416 ms/op 57650.495300966664 ms/op 1.00
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1563.0287204735555 ms/op 1555.3070750719307 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8649.127319276939 ms/op 8372.303177957594 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 376.2154797408223 ms/op 382.7942663627277 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4023.7076141562493 ms/op 4228.393328425595 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getNames 8267.613506051985 ms/op 8527.978999492978 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5797.9658590928875 ms/op 5722.866774720803 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7230.159051605199 ms/op 7292.517783906098 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 426.1823348625022 ms/op 429.03786782452937 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12930.125832774165 ms/op 13090.77986197263 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 356.7393523346808 ms/op 364.4852664439003 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14059.364062605073 ms/op 15392.149172048423 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 242.95954288913097 ms/op 253.95399079778122 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14862.588499849255 ms/op 14622.807532555144 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8309.693614392274 ms/op 8407.40405848867 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8968.76361288262 ms/op 9126.668847165043 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8358.057819418145 ms/op 8708.982222681485 ms/op 0.96

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

Please sign in to comment.