Skip to content
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

Merged
merged 18 commits into from
Nov 6, 2024

add supported versions

b1029fc
Select commit
Loading
Failed to load commit list.
Merged

feat: create fips binary for deployment operator #308

add supported versions
b1029fc
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / Trivy succeeded Oct 31, 2024 in 4s

5 new alerts including 2 medium severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 2 medium
  • 3 low

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 1 in dockerfiles/agent/fips.Dockerfile

See this annotation in the file changed.

Code scanning / Trivy

No HEALTHCHECK defined Low

Artifact: dockerfiles/agent/fips.Dockerfile
Type: dockerfile
Vulnerability DS026
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Link: DS026

Check notice on line 1 in dockerfiles/harness/ansible.fips.Dockerfile

See this annotation in the file changed.

Code scanning / Trivy

No HEALTHCHECK defined Low

Artifact: dockerfiles/harness/ansible.fips.Dockerfile
Type: dockerfile
Vulnerability DS026
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Link: DS026

Check warning on line 11 in dockerfiles/harness/ansible.fips.Dockerfile

See this annotation in the file changed.

Code scanning / Trivy

':latest' tag used Medium

Artifact: dockerfiles/harness/ansible.fips.Dockerfile
Type: dockerfile
Vulnerability DS001
Severity: MEDIUM
Message: Specify a tag in the 'FROM' statement for image 'registry.access.redhat.com/ubi8/ubi'
Link: DS001

Check notice on line 1 in dockerfiles/harness/base.fips.Dockerfile

See this annotation in the file changed.

Code scanning / Trivy

No HEALTHCHECK defined Low

Artifact: dockerfiles/harness/base.fips.Dockerfile
Type: dockerfile
Vulnerability DS026
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Link: DS026

Check warning on line 40 in dockerfiles/harness/base.fips.Dockerfile

See this annotation in the file changed.

Code scanning / Trivy

':latest' tag used Medium

Artifact: dockerfiles/harness/base.fips.Dockerfile
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