UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Renovate
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
Universe
Product
Renovate
Commits
a88ce904
Commit
a88ce904
authored
3 years ago
by
Michael McLeroy
Browse files
Options
Downloads
Patches
Plain Diff
test: renovate use outside of ib
parent
b09de0e1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
renovate.json
+30
-0
30 additions, 0 deletions
renovate.json
values.yaml
+53
-0
53 additions, 0 deletions
values.yaml
with
83 additions
and
0 deletions
renovate.json
0 → 100644
+
30
−
0
View file @
a88ce904
{
"assignees"
:
[
"@mikemcleroy"
],
"baseBranches"
:
[
"master"
],
"regexManagers"
:
[
{
"fileMatch"
:
[
"^values.yaml$"
],
"matchStrings"
:
[
"org
\\
.opencontainers
\\
.image
\\
.version:
\\
s+
\"
(?<currentValue>.+?)
\"
"
],
"depNameTemplate"
:
"Cisco-Talos/clamav-devel"
,
"datasourceTemplate"
:
"github-releases"
},
{
"fileMatch"
:
[
"^values.yaml$"
],
"matchStrings"
:
[
"tags:
\\
s+-
\\
s+
\"
(?<currentValue>.+?)
\"
"
],
"depNameTemplate"
:
"Cisco-Talos/clamav-devel"
,
"datasourceTemplate"
:
"github-releases"
}
]
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
values.yaml
0 → 100644
+
53
−
0
View file @
a88ce904
---
apiVersion
:
v1
# The repository name in registry1, excluding /ironbank/
name
:
"
opensource/clamav/clamav"
# List of tags to push for the repository in registry1
# The most specific version should be the first tag and will be shown
# on ironbank.dsop.io
tags
:
-
"
0.102.4"
-
"
latest"
# Build args passed to Dockerfile ARGs
args
:
BASE_IMAGE
:
"
redhat/ubi/ubi8"
BASE_TAG
:
"
8.3"
# Docker image labels
labels
:
org.opencontainers.image.title
:
"
clamav"
# Human-readable description of the software packaged in the image
org.opencontainers.image.description
:
"
ClamAV
is
an
anti-virus
and
malware
scanning
application
which
can
be
used
on
Linux,
Windows,
and
Mac
OS."
# License(s) under which contained software is distributed
org.opencontainers.image.licenses
:
"
GPL-3.0-or-later"
# URL to find more information on the image
org.opencontainers.image.url
:
"
https://www.clamav.net/"
# Name of the distributing entity, organization or individual
org.opencontainers.image.vendor
:
"
Cisco
Systems,
Sourcefire"
org.opencontainers.image.version
:
"
0.102.4"
# Keywords to help with search (ex. "cicd,gitops,golang")
mil.dso.ironbank.image.keywords
:
"
anti-virus,malware,scanner,virus,security"
# This value can be "opensource" or "commercial"
mil.dso.ironbank.image.type
:
"
opensource"
# Product the image belongs to for grouping multiple images
mil.dso.ironbank.product.name
:
"
opensource"
# List of resources to make available to the offline build context
resources
:
-
filename
:
clamav.tar.gz
url
:
https://www.clamav.net/downloads/production/clamav-0.103.2.tar.gz
validation
:
type
:
sha256
value
:
d4b5d0ac666262e423a326fb54778caa7c69624d6c3f9542895feb8478271bd2
# List of project maintainers
maintainers
:
-
email
:
"
gavin.scallon@parsons.com"
# The name of the current container owner
name
:
"
Gavin
Scallon"
# The gitlab username of the current container owner
username
:
"
gavin.scallon"
cht_member
:
true
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment