-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: create fips binary for deployment operator #308
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Trivy found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
@@ -0,0 +1,45 @@ | |||
ARG UBI_MINIMAL_VERSION="latest" |
Check notice
Code scanning / Trivy
No HEALTHCHECK defined Low
Type: dockerfile
Vulnerability DS026
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Link: DS026
@@ -0,0 +1,49 @@ | |||
ARG HARNESS_BASE_IMAGE_TAG=latest |
Check notice
Code scanning / Trivy
No HEALTHCHECK defined Low
Type: dockerfile
Vulnerability DS026
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Link: DS026
FROM deployment-agent-fips:latest as agent | ||
|
||
# Build Ansible from Python Image | ||
FROM registry.access.redhat.com/ubi8/ubi:latest as final |
Check warning
Code scanning / Trivy
':latest' tag used Medium
Type: dockerfile
Vulnerability DS001
Severity: MEDIUM
Message: Specify a tag in the 'FROM' statement for image 'registry.access.redhat.com/ubi8/ubi'
Link: DS001
@@ -0,0 +1,55 @@ | |||
ARG GO_FIPS_IMAGE_TAG=1.23.2 |
Check notice
Code scanning / Trivy
No HEALTHCHECK defined Low
Type: dockerfile
Vulnerability DS026
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Link: DS026
-o harness \ | ||
cmd/harness/*.go | ||
|
||
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest AS final |
Check warning
Code scanning / Trivy
':latest' tag used Medium
Type: dockerfile
Vulnerability DS001
Severity: MEDIUM
Message: Specify a tag in the 'FROM' statement for image 'registry.access.redhat.com/ubi8/ubi-minimal'
Link: DS001
go-fips
image to build the agent