Skip to content

CORE-69: Minor and patch updates - sbt-assembly to 2.3.1 - spring-web to 6.2.2 - sbt-scalafmt to 2.5.4 - scalafmt-core to 3.8.5 - scala-library to 2.13.16 - sbt-scoverage to 2.3.0 #1713

CORE-69: Minor and patch updates - sbt-assembly to 2.3.1 - spring-web to 6.2.2 - sbt-scalafmt to 2.5.4 - scalafmt-core to 3.8.5 - scala-library to 2.13.16 - sbt-scoverage to 2.3.0

CORE-69: Minor and patch updates - sbt-assembly to 2.3.1 - spring-web to 6.2.2 - sbt-scalafmt to 2.5.4 - scalafmt-core to 3.8.5 - scala-library to 2.13.16 - sbt-scoverage to 2.3.0 #1713

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@v4
# The Dockerfile copies this, so it needs to exist for the build to succeed
- run: touch FireCloud-Orchestration.jar
# https://github.com/broadinstitute/dsp-appsec-trivy-action
- uses: broadinstitute/dsp-appsec-trivy-action@v1