Skip to content

[AN-347] Update go from 1.20 to 1.23, helm from 3.11.2 to 3.15.3 and kubernetes from 1.28 to 1.30 #11030

[AN-347] Update go from 1.20 to 1.23, helm from 3.11.2 to 3.15.3 and kubernetes from 1.28 to 1.30

[AN-347] Update go from 1.20 to 1.23, helm from 3.11.2 to 3.15.3 and kubernetes from 1.28 to 1.30 #11030

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 leonardo.jar
- uses: broadinstitute/dsp-appsec-trivy-action@v1