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
5773dbdf
Commit
5773dbdf
authored
Apr 06, 2021
by
Adam Martin
Browse files
update pyyaml and jinja
parent
ab037b85
Pipeline
#211792
passed with stages
in 11 minutes and 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
Dockerfile
Dockerfile
+4
-5
hardening_manifest.yaml
hardening_manifest.yaml
+10
-0
No files found.
Dockerfile
View file @
5773dbdf
...
...
@@ -7,8 +7,9 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} as build
USER
0
COPY
*.whl *.tar.gz /wheel/
RUN
pip
install
--no-index
--find-links
=
/wheel/ truffleHog3
RUN
pip
install
--no-index
--find-links
=
/wheel/ truffleHog3
&&
\
pip
install
--upgrade
--no-index
--find-links
=
/wheel/ PyYAML Jinja2
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
COPY
--from=build /usr/local/lib/python3.9/site-packages/ /usr/local/lib/python3.9/site-packages/
...
...
@@ -29,6 +30,4 @@ USER truffleHog
WORKDIR
/proj
ENTRYPOINT
["trufflehog3"]
CMD
["-h"]
CMD
["-h"]
\ No newline at end of file
hardening_manifest.yaml
View file @
5773dbdf
...
...
@@ -47,6 +47,11 @@ resources:
validation
:
type
:
sha256
value
:
b0eaf100007721b5c16c1fc1eecb87409464edc10469ddc9a22a27a99123be49
-
filename
:
Jinja2-2.11.3-py2.py3-none-any.whl
url
:
https://files.pythonhosted.org/packages/7e/c2/1eece8c95ddbc9b1aeb64f5783a9e07a286de42191b7204d67b7496ddf35/Jinja2-2.11.3-py2.py3-none-any.whl
validation
:
type
:
sha256
value
:
03e47ad063331dd6a3f04a43eddca8a966a26ba0c5b7207a9a9e4e08f1b29419
-
filename
:
GitPython-3.1.0-py3-none-any.whl
url
:
https://files.pythonhosted.org/packages/d3/2f/6a366d56c9b1355b0880be9ea66b166cb3536392638d8d91413ec66305ad/GitPython-3.1.0-py3-none-any.whl
validation
:
...
...
@@ -57,6 +62,11 @@ resources:
validation
:
type
:
sha256
value
:
b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d
-
filename
:
PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl
url
:
https://files.pythonhosted.org/packages/3d/1f/2a3705efca3b47161ceaaf52970a9d4b81cc84600818686ecd75093a00a5/PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl
validation
:
type
:
sha256
value
:
74c1485f7707cf707a7aef42ef6322b8f97921bd89be2ab6317fd782c2d53183
-
filename
:
gitdb-4.0.7-py3-none-any.whl
url
:
https://files.pythonhosted.org/packages/ea/e8/f414d1a4f0bbc668ed441f74f44c116d9816833a48bf81d22b697090dba8/gitdb-4.0.7-py3-none-any.whl
validation
:
...
...
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