Skip to content

CORE-69: Minor and patch updates - terra-cloud-resource-lib to 1.2.41-SNAPSHOT - google-cloud-nio to 0.128.5 - reactor-netty to 1.2.10 - scala-logging to 3.9.6 - postgresql to 42.7.8 - logback-classic to 1.5.19 - scalacheck to 1.19.0 - sbt and 2 more to 1.11.6 - terra-common-lib to 1.1.53-SNAPSHOT #3626

CORE-69: Minor and patch updates - terra-cloud-resource-lib to 1.2.41-SNAPSHOT - google-cloud-nio to 0.128.5 - reactor-netty to 1.2.10 - scala-logging to 3.9.6 - postgresql to 42.7.8 - logback-classic to 1.5.19 - scalacheck to 1.19.0 - sbt and 2 more to 1.11.6 - terra-common-lib to 1.1.53-SNAPSHOT

CORE-69: Minor and patch updates - terra-cloud-resource-lib to 1.2.41-SNAPSHOT - google-cloud-nio to 0.128.5 - reactor-netty to 1.2.10 - scala-logging to 3.9.6 - postgresql to 42.7.8 - logback-classic to 1.5.19 - scalacheck to 1.19.0 - sbt and 2 more to 1.11.6 - terra-common-lib to 1.1.53-SNAPSHOT #3626

Workflow file for this run

name: dsp-appsec-trivy
on: [pull_request]
jobs:
appsec-trivy:
# Parse Dockerfile and build, scan image if a "blessed" base image is not used
name: DSP AppSec Trivy check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# The Dockerfile copies this, so it needs
# to exist for the build to succeed
# (even though it's not scanned)
- run: touch sam.jar
- uses: broadinstitute/dsp-appsec-trivy-action@v1