UNCLASSIFIED

Commits (3)
...@@ -8,7 +8,7 @@ name: "opensource/trufflehog/trufflehog3" ...@@ -8,7 +8,7 @@ name: "opensource/trufflehog/trufflehog3"
# The most specific version should be the first tag and will be shown # The most specific version should be the first tag and will be shown
# on ironbank.dsop.io # on ironbank.dsop.io
tags: tags:
- "3.0.1" - "3.0.2"
- "latest" - "latest"
# Build args passed to Dockerfile ARGs # Build args passed to Dockerfile ARGs
...@@ -27,7 +27,7 @@ labels: ...@@ -27,7 +27,7 @@ labels:
org.opencontainers.image.url: "https://github.com/feeltheajf/trufflehog3" org.opencontainers.image.url: "https://github.com/feeltheajf/trufflehog3"
## Name of the distributing entity, organization or individual ## Name of the distributing entity, organization or individual
org.opencontainers.image.vendor: "opensource" org.opencontainers.image.vendor: "opensource"
org.opencontainers.image.version: "3.0.1" org.opencontainers.image.version: "3.0.2"
## Keywords to help with search (ex. "cicd,gitops,golang") ## Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords: "trufflehog3,secrets" mil.dso.ironbank.image.keywords: "trufflehog3,secrets"
## This value can be "opensource" or "commercial" ## This value can be "opensource" or "commercial"
...@@ -37,11 +37,11 @@ labels: ...@@ -37,11 +37,11 @@ labels:
# List of resources to make available to the offline build context # List of resources to make available to the offline build context
resources: resources:
- filename: trufflehog3-3.0.1-py2.py3-none-any.whl - filename: trufflehog3-3.0.2-py2.py3-none-any.whl
url: https://files.pythonhosted.org/packages/21/36/480053ab0f992871ec3fff0fc7ba898236d914cb3dfd52494482151a5e00/trufflehog3-3.0.1-py2.py3-none-any.whl url: https://files.pythonhosted.org/packages/a4/44/2cd90d7dbcd448944fe42515dc21261237e76a807dc8b5953f0defb99ced/trufflehog3-3.0.2-py2.py3-none-any.whl
validation: validation:
type: sha256 type: sha256
value: 5d535cf20699e0541b540aa182897e640cd77810bf397abc03ab97cdaaaed7d6 value: c01f96663a3953ab978bddb94d1c07e68eacf62e033d801440146a6d9f9c6960
- filename: PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl - 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 url: https://files.pythonhosted.org/packages/3d/1f/2a3705efca3b47161ceaaf52970a9d4b81cc84600818686ecd75093a00a5/PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl
validation: validation:
......