Skip to content

Commit

Permalink
fix pr build
Browse files Browse the repository at this point in the history
  • Loading branch information
saxenakshitiz committed Jun 27, 2023
1 parent e87c130 commit 561fe07
Showing 1 changed file with 1 addition and 61 deletions.
62 changes: 1 addition & 61 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,70 +30,10 @@ jobs:
with:
args: build dockerBuildImages

- name: Determine docker tag
id: tag
run: echo ::set-output name=tag::$(./gradlew -q printDockerImageDefaultTag | head -1)

- name: Scan docker image
uses: azure/[email protected]
with:
image-name: hypertrace/query-service:${{ steps.tag.outputs.tag }}
env:
DOCKLE_HOST: "unix:///var/run/docker.sock"
continue-on-error: true

- name: Run Trivy vulnerability scanner for ingester
uses: hypertrace/github-actions/trivy-image-scan@main
with:
image: hypertrace/hypertrace-ingester
output-mode: github

- name: Run Trivy vulnerability scanner for span-normalizer
uses: hypertrace/github-actions/trivy-image-scan@main
with:
image: hypertrace/span-normalizer
output-mode: github

- name: Run Trivy vulnerability scanner for raw-spans-grouper
uses: hypertrace/github-actions/trivy-image-scan@main
with:
image: hypertrace/raw-spans-grouper
output-mode: github

- name: Run Trivy vulnerability scanner for trace-enricher
uses: hypertrace/github-actions/trivy-image-scan@main
with:
image: hypertrace/hypertrace-trace-enricher
output-mode: github

- name: Run Trivy vulnerability scanner for view creator
uses: hypertrace/github-actions/trivy-image-scan@main
with:
image: hypertrace/hypertrace-view-creator
output-mode: github

- name: Run Trivy vulnerability scanner for view-generator
uses: hypertrace/github-actions/trivy-image-scan@main
with:
image: hypertrace/hypertrace-view-generator
output-mode: github

- name: Run Trivy vulnerability scanner for metrics generator
uses: hypertrace/github-actions/trivy-image-scan@main
with:
image: hypertrace/hypertrace-metrics-generator
output-mode: github

- name: Run Trivy vulnerability scanner for metrics processor
uses: hypertrace/github-actions/trivy-image-scan@main
with:
image: hypertrace/hypertrace-metrics-processor
output-mode: github

- name: Run Trivy vulnerability scanner for metrics exporter
uses: hypertrace/github-actions/trivy-image-scan@main
with:
image: hypertrace/hypertrace-metrics-exporter
image: hypertrace/query-service
output-mode: github

validate-helm-charts:
Expand Down

0 comments on commit 561fe07

Please sign in to comment.