UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
trufflehog
truffleHog3
Commits
73b75cc5
Commit
73b75cc5
authored
May 12, 2021
by
Al Fontaine
Browse files
Merge branch 'development' into 'master'
Development See merge request
!20
parents
b2af4b06
9d856781
Pipeline
#290186
failed with stages
in 8 minutes and 46 seconds
Changes
2
Pipelines
41
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
23 deletions
+3
-23
Dockerfile
Dockerfile
+1
-1
hardening_manifest.yaml
hardening_manifest.yaml
+2
-22
No files found.
Dockerfile
View file @
73b75cc5
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_REGISTRY=registry1.dso.mil
ARG
BASE_IMAGE=ironbank/opensource/python/python39
ARG
BASE_IMAGE=ironbank/opensource/python/python39
ARG
BASE_TAG=
latest
ARG
BASE_TAG=
v3.9.5
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as build
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as build
...
...
hardening_manifest.yaml
View file @
73b75cc5
...
@@ -14,7 +14,7 @@ tags:
...
@@ -14,7 +14,7 @@ tags:
# Build args passed to Dockerfile ARGs
# Build args passed to Dockerfile ARGs
args
:
args
:
BASE_IMAGE
:
"
opensource/python/python39"
BASE_IMAGE
:
"
opensource/python/python39"
BASE_TAG
:
"
v3.9.
4
"
BASE_TAG
:
"
v3.9.
5
"
# Docker image labels
# Docker image labels
labels
:
labels
:
...
@@ -90,24 +90,4 @@ maintainers:
...
@@ -90,24 +90,4 @@ maintainers:
name
:
"
Adam
Martin"
name
:
"
Adam
Martin"
# # The gitlab username of the current container owner
# # The gitlab username of the current container owner
username
:
"
adam.martin"
username
:
"
adam.martin"
cht_member
:
true
cht_member
:
true
\ No newline at end of file
# Collecting truffleHog3
# Downloading truffleHog3-2.0.4-py2.py3-none-any.whl (21 kB)
# Collecting jinja2==2.11.1
# Downloading Jinja2-2.11.1-py2.py3-none-any.whl (126 kB)
# Collecting GitPython==3.1.0
# Downloading GitPython-3.1.0-py3-none-any.whl (450 kB)
# Collecting PyYAML==5.3.1
# Downloading PyYAML-5.3.1.tar.gz (269 kB)
# Collecting gitdb<5,>=4.0.1
# Downloading gitdb-4.0.7-py3-none-any.whl (63 kB)
# Collecting MarkupSafe>=0.23
# Downloading MarkupSafe-1.1.1-cp39-cp39-manylinux2010_x86_64.whl (32 kB)
# Collecting smmap<5,>=3.0.1
# Downloading smmap-4.0.0-py2.py3-none-any.whl (24 kB)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment