Skip to content

Commit

Permalink
Bump aquasecurity/trivy-action from 0.17.0 to 0.18.0
Browse files Browse the repository at this point in the history
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.17.0...0.18.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]>
(cherry picked from commit ceaebbd)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Mar 4, 2024
1 parent c04d6c0 commit 72d64ab
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 @@ -105,7 +105,7 @@ jobs:
echo "JG_VER=${JG_VER}" >> $GITHUB_ENV
- name: Run Trivy vulnerability scanner
if: github.repository == 'janusgraph/janusgraph'
uses: aquasecurity/trivy-action@0.17.0
uses: aquasecurity/trivy-action@0.18.0
with:
image-ref: 'ghcr.io/janusgraph/janusgraph:${{ env.JG_VER }}${{ matrix.tag_suffix }}'
format: 'sarif'
Expand Down

1 comment on commit 72d64ab

@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: 72d64ab Previous: 1530f0a Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12261.348295491276 ms/op 12385.880105942719 ms/op 0.99
org.janusgraph.GraphCentricQueryBenchmark.getVertices 895.8288523671649 ms/op 897.5208673932261 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.42550833731883 ms/op 216.14179947499997 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 338.9883803583333 ms/op 332.1309897483333 ms/op 1.02
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 219.1829399933436 ms/op 215.02071580531708 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4542.201176002008 ms/op 4664.188207695399 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16415.426783884704 ms/op 16352.527830474333 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18401.402792807272 ms/op 19824.599960445456 ms/op 0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55319.7566432 ms/op 56201.26617166666 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 7894.387132979256 ms/op 7906.645219600678 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 374.56221428519586 ms/op 379.8377001964137 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 3912.7687817825445 ms/op 3886.8713759808343 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getNames 7994.543650476984 ms/op 8135.59305787296 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5305.8281661696365 ms/op 5503.356218245031 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getLabels 6805.15118004939 ms/op 7024.7527374147185 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 421.42133812861726 ms/op 427.17314494545025 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 11928.729205188234 ms/op 11926.323378581046 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 365.39018676214863 ms/op 361.90201198876565 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 12958.45563626792 ms/op 13280.235397442804 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 246.74644184832528 ms/op 245.53304211034066 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13561.937782335022 ms/op 13693.67385197527 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 7970.487675149568 ms/op 8163.851328829417 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8883.722762195173 ms/op 8777.982757626436 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8402.814729085396 ms/op 8487.195678565702 ms/op 0.99

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

Please sign in to comment.