Skip to content

Commit

Permalink
Merge pull request #2523 from buildkite/plt-1612-triage-cves-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ellsclytn authored Oct 12, 2023
2 parents 10e670a + caeab8f commit f1d9d9b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .buildkite/pipeline.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ steps:
plugins:
- buildkite/ecr-scan-results#v1.2.0:
image-name: "${ECR_REPO}:${BUILDKITE_BUILD_NUMBER}"
ignore:
- CVE-2023-29007 # git 1:2.39.2-1.1
- CVE-2023-25652 # git 1:2.39.2-1.1
- CVE-2021-3864 # linux 6.1.55-1
- CVE-2013-7445 # linux 6.1.55-1
- CVE-2019-19814 # linux 6.1.55-1
- CVE-2019-19449 # linux 6.1.55-1
- CVE-2021-3847 # linux 6.1.55-1
- CVE-2023-35827 # linux 6.1.55-1
- CVE-2023-2953 # openldap 2.5.13+dfsg-5
- CVE-2023-31484 # perl 5.36.0-7
- CVE-2023-24329 # python3.11 3.11.2-6
- CVE-2023-3640 # linux 6.1.55-1

# If the current user is part of the deploy team, then wait for everything to
# finish before deploying
Expand Down

0 comments on commit f1d9d9b

Please sign in to comment.