-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
1 changed file
with
0 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 |
---|---|---|
|
@@ -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 |
||
|
||
|