-
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.
added container scanning to attribute-service repo (#132)
Co-authored-by: Senan Jude <[email protected]>
- Loading branch information
1 parent
328273f
commit 705c5b4
Showing
2 changed files
with
14 additions
and
2 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 |
---|---|---|
|
@@ -42,6 +42,18 @@ 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/attribute-service:${{ steps.tag.outputs.tag }} | ||
env: | ||
DOCKLE_HOST: "unix:///var/run/docker.sock" | ||
continue-on-error: true | ||
|
||
validate-helm-charts: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
|
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