UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ironbank-pipeline
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Iron Bank
ironbank-pipeline
Merge requests
!672
update anchore file names in s3 stage
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update anchore file names in s3 stage
154-rename-anchore-security-patch
into
154-rename-anchore-security
Overview
0
Commits
1
Pipelines
1
Changes
2
Merged
David Freeman
requested to merge
154-rename-anchore-security-patch
into
154-rename-anchore-security
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
2
Expand
Update Anchore file names in S3 stage
0
0
Merge request reports
Compare
154-rename-anchore-security
154-rename-anchore-security (base)
and
latest version
latest version
607cee29
1 commit,
3 years ago
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
stages/s3/create_repo_map_default.py
+
1
−
1
Options
@@ -121,7 +121,7 @@ def main():
"
Signature_Name
"
:
os
.
environ
[
"
signature_name
"
],
"
Public_Key
"
:
os
.
environ
[
"
public_key
"
],
"
Image_URL
"
:
os
.
environ
[
"
image_url
"
],
"
anchore_cves_Results
"
:
os
.
environ
[
"
anchore_cves
urity
_results
"
],
"
anchore_cves_Results
"
:
os
.
environ
[
"
anchore_cves_results
"
],
"
Image_Sha
"
:
os
.
environ
[
"
image_sha
"
],
"
OpenSCAP_Compliance_Results
"
:
os
.
environ
.
get
(
"
openscap_compliance_results
"
)
if
not
os
.
environ
.
get
(
"
DISTROLESS
"
)
Loading