Skip to content

Commit

Permalink
fix ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Oct 31, 2024
1 parent 59b59a1 commit 8d2d857
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dockerfiles/harness/ansible.fips.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ ARG PYTHON_VERSION=3.12
# Use harness base image
FROM ${HARNESS_BASE_IMAGE} as harness

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

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

Expand Down

0 comments on commit 8d2d857

Please sign in to comment.