Skip to content

CORE-69: Minor and patch updates - commons-codec to 1.17.2 - logback-classic to 1.5.16 - protobuf-java to 4.29.3 #480

CORE-69: Minor and patch updates - commons-codec to 1.17.2 - logback-classic to 1.5.16 - protobuf-java to 4.29.3

CORE-69: Minor and patch updates - commons-codec to 1.17.2 - logback-classic to 1.5.16 - protobuf-java to 4.29.3 #480

Workflow file for this run

name: Trivy scan
on: [pull_request]
jobs:
appsec-trivy:
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
- run: touch thurloe.jar
# https://github.com/broadinstitute/dsp-appsec-trivy-action
- uses: broadinstitute/dsp-appsec-trivy-action@v1