-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: fix vulnerabilities #3087
Conversation
✅ Deploy Preview for brilliant-pasca-3e80ec canceled.
|
0bb91b7
to
29db8c0
Compare
29db8c0
to
b912bff
Compare
228806e
to
a6ced83
Compare
@@ -338,7 +338,7 @@ jobs: | |||
- name: Scan docker image | |||
run: | | |||
docker images | |||
/tmp/trivy image --ignore-unfixed --format table --vuln-type os,library --exit-code 1 --severity HIGH --input /tmp/${{ github.sha }}-${{ matrix.package }}-${{ matrix.platform.name }}-${{ needs.version-generator.outputs.version }}.tar | |||
/tmp/trivy image --db-repository ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db --java-db-repository ghcr.io/aquasecurity/trivy-java-db,public.ecr.aws/aquasecurity/trivy-java-db --ignore-unfixed --format table --vuln-type os,library --exit-code 1 --severity HIGH --input /tmp/${{ github.sha }}-${{ matrix.package }}-${{ matrix.platform.name }}-${{ needs.version-generator.outputs.version }}.tar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trivy scan kept failing because of
added fix from here until aquasecurity/trivy#7679 is merged
@@ -77,7 +77,8 @@ | |||
"undici@<=5.28.2": ">=5.28.3", | |||
"tar@<6.2.1": ">=6.2.1", | |||
"braces@<3.0.3": ">=3.0.3", | |||
"@grpc/grpc-js@>=1.10.0 <1.10.9": ">=1.10.9" | |||
"@grpc/grpc-js@>=1.10.0 <1.10.9": ">=1.10.9", | |||
"dset@<3.1.4": ">=3.1.4" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[email protected]
was present in a lot of packages, make sure we take 3.1.4
only
Changes proposed in this pull request
dset
to be at least 3.1.4koa/router
to resolvepath-to-regexp
vulnerabilityContext
Fixes #3082
Checklist
fixes #number
user-docs
label (if necessary)