File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
config-service-change-event-generator Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 7676 - name : Setup snyk
7777 uses : snyk/actions/setup@0.3.0
7878 - name : Snyk test
79- run : snyk test --all-sub-projects --org=hypertrace --severity-threshold=low --policy-path=.snyk --configuration-matching='^runtimeClasspath$'
79+ run : snyk test --all-sub-projects --org=hypertrace --severity-threshold=low --policy-path=.snyk --configuration-matching='^runtimeClasspath$' --remote-repo-url='${{ github.server_url }}/${{ github.repository }}.git'
8080 env :
8181 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
Original file line number Diff line number Diff line change @@ -18,6 +18,14 @@ dependencies {
1818 compileOnly(libs.lombok)
1919
2020 runtimeOnly(libs.kafka.protobuf.serializer)
21+ constraints {
22+ runtimeOnly(" org.glassfish.jersey.core:jersey-common:2.34" ) {
23+ because(" https://snyk.io/vuln/SNYK-JAVA-ORGGLASSFISHJERSEYCORE-1255637" )
24+ }
25+ runtimeOnly(" org.apache.commons:commons-compress:1.21" ) {
26+ because(" Multiple vulnerabilities" )
27+ }
28+ }
2129
2230 testImplementation(libs.junit.jupiter)
2331 testImplementation(libs.mockito.core)
You can’t perform that action at this time.
0 commit comments