CORE-69: Minor and patch updates - commons-codec to 1.17.2 - azure-identity to 1.15.0 - billing-profile-manager-client to 0.1.598-SNAPSHOT - sentry-logback to 7.20.0 - workspace-manager-client to 0.254.1170-SNAPSHOT - google-cloud-nio to 0.127.29 - jersey-jnh-connector to 3.1.10 - scalafmt-core to 3.8.4 #6302
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 rawls.jar | |
# https://github.com/broadinstitute/dsp-appsec-trivy-action | |
- uses: broadinstitute/dsp-appsec-trivy-action@v1 |