-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
saxenakshitiz
committed
Jun 27, 2023
1 parent
e87c130
commit 561fe07
Showing
1 changed file
with
1 addition
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|