diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 6e89ba7b..e49ad620 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -3,7 +3,7 @@ on: push: branches: - main - pull_request_target: + pull_request: branches: - main @@ -19,19 +19,13 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} fetch-depth: 0 - - name: Login to Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKERHUB_READ_USER }} - password: ${{ secrets.DOCKERHUB_READ_TOKEN }} - - name: Build with Gradle uses: hypertrace/github-actions/gradle@main with: args: assemble dockerBuildImages - name: Run Trivy vulnerability scanner - uses: hypertrace/github-actions/trivy-image-scan@main + uses: hypertrace/github-actions/trivy-image-scan@try-fix-trivy with: image: hypertrace/config-service output-mode: github diff --git a/label-application-rule-config-service-api/src/main/proto/org/hypertrace/label/application/rule/config/service/v1/label_application_rule_config_service.proto b/label-application-rule-config-service-api/src/main/proto/org/hypertrace/label/application/rule/config/service/v1/label_application_rule_config_service.proto index 4724bd1b..9cca95f2 100644 --- a/label-application-rule-config-service-api/src/main/proto/org/hypertrace/label/application/rule/config/service/v1/label_application_rule_config_service.proto +++ b/label-application-rule-config-service-api/src/main/proto/org/hypertrace/label/application/rule/config/service/v1/label_application_rule_config_service.proto @@ -37,7 +37,7 @@ message GetLabelApplicationRuleResponse { } message GetLabelApplicationRulesRequest { - GetLabelApplicationRuleFilter filter = 1; + GetLabelApplicationRuleFilter filter = 1; } message GetLabelApplicationRuleFilter {