Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
pull_request_target:
pull_request:
branches:
- main

Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ message GetLabelApplicationRuleResponse {
}

message GetLabelApplicationRulesRequest {
GetLabelApplicationRuleFilter filter = 1;
GetLabelApplicationRuleFilter filter = 1;
}

message GetLabelApplicationRuleFilter {
Expand Down
Loading