Skip to content

[9.3] (backport #18507) Keep psych minor version in line with jruby 9.4.13.0 #3385

[9.3] (backport #18507) Keep psych minor version in line with jruby 9.4.13.0

[9.3] (backport #18507) Keep psych minor version in line with jruby 9.4.13.0 #3385

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@3c9a191a0fbab285ca6b8530b5de5a642cba332f # v7.2.2
with:
path: "./scan"
fail-build: true
severity-cutoff: critical
output-format: table