Skip to content

Exposes average batch metrics at 1, 5 and 15 minutes time window. #3292

Exposes average batch metrics at 1, 5 and 15 minutes time window.

Exposes average batch metrics at 1, 5 and 15 minutes time window. #3292

name: Scan for vulnerabilities
on:
pull_request:
types: [opened, synchronize]
workflow_dispatch:
jobs:
scan_image:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v6
- name: build tar distribution
run: ./gradlew clean assembleTarDistribution
- run: mkdir scan
- run: tar -zxf ../build/logstash-*.tar.gz
working-directory: ./scan
- name: scan image
uses: anchore/scan-action@40a61b52209e9d50e87917c5b901783d546b12d0 # v7.2.1
with:
path: "./scan"
fail-build: true
severity-cutoff: critical
output-format: table