diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index f593e97..b271e96 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -65,7 +65,7 @@ jobs: labels: ${{ steps.meta.outputs.labels }} - name: Run Trivy vulnerability scanner - uses: aquasecurity/trivy-action@0.12.0 + uses: aquasecurity/trivy-action@0.14.0 with: image-ref: "ghcr.io/${{ github.repository_owner }}/fluentd:${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}" format: "sarif" diff --git a/v1.16/Gemfile b/v1.16/Gemfile index 92de116..7165e22 100644 --- a/v1.16/Gemfile +++ b/v1.16/Gemfile @@ -8,14 +8,14 @@ gem 'resolv', '0.2.2' gem 'json', '2.6.3' gem 'yajl-ruby', '1.4.3' gem 'async', '1.31.0' -gem 'async-http', '0.60.2' +gem 'async-http', '0.61.0' gem 'fluentd', '1.16.2' -gem 'prometheus-client', '4.2.1' +gem 'prometheus-client', '4.2.2' gem 'bigdecimal', '3.1.4' gem 'webrick', '1.8.1' gem 'gelf', '3.1.0' -gem 'elasticsearch', '8.10.0' -gem 'elasticsearch-xpack', '7.17.9' +gem 'elasticsearch', '8.11.0' +gem 'elasticsearch-xpack', '7.17.10' gem 'snappy', '0.3.0' gem 'fluent-plugin-detect-exceptions', '0.0.15' gem 'fluent-plugin-remote-syslog', '1.1.0' @@ -27,7 +27,7 @@ gem 'fluent-plugin-rewrite-tag-filter', '2.4.0' gem 'fluent-plugin-aliyun-oss', '0.0.1' gem 'fluent-plugin-dedot_filter', '1.0.0' gem 'fluent-plugin-sumologic_output', '1.8.0' -gem 'fluent-plugin-kafka', '0.19.1' +gem 'fluent-plugin-kafka', '0.19.2' gem 'fluent-plugin-geoip', '1.3.2' gem 'fluent-plugin-tag-normaliser', '0.1.2' gem 'fluent-plugin-grafana-loki', '1.2.20' @@ -51,7 +51,7 @@ gem 'fluent-plugin-redis', '0.3.5' gem 'fluent-plugin-gelf-hs', '1.0.8' gem 'fluent-plugin-sqs', '3.0.0' gem 'fluent-plugin-mattermost', '0.2.2' -gem 'fluent-plugin-vmware-loginsight', '1.4.1' +gem 'fluent-plugin-vmware-loginsight', '1.4.2' gem 'fluent-plugin-vmware-log-intelligence', '2.0.8' gem 'fluent-plugin-mysqlslowquery', '0.0.9' gem 'fluent-plugin-logzio', '0.2.2'