Skip to content

CORE-69: Minor and patch updates - grpc-core to 1.69.0 - terra-cloud-resource-lib to 1.2.34-SNAPSHOT - terra-common-lib to 1.1.26-SNAPSHOT - reactor-netty to 1.2.1 - google-cloud-nio to 0.127.28 #3347

CORE-69: Minor and patch updates - grpc-core to 1.69.0 - terra-cloud-resource-lib to 1.2.34-SNAPSHOT - terra-common-lib to 1.1.26-SNAPSHOT - reactor-netty to 1.2.1 - google-cloud-nio to 0.127.28

CORE-69: Minor and patch updates - grpc-core to 1.69.0 - terra-cloud-resource-lib to 1.2.34-SNAPSHOT - terra-common-lib to 1.1.26-SNAPSHOT - reactor-netty to 1.2.1 - google-cloud-nio to 0.127.28 #3347

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@v2
# 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