Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
See what's new at GitLab
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
secrets
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Labels
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
GitLab.org
security-products
analyzers
secrets
Commits
56df78fd
Commit
56df78fd
authored
Aug 13, 2020
by
Lucas Charles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
squash - fix generate config syntax
parent
22514591
Pipeline
#177572710
failed
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
56df78fd
...
...
@@ -11,7 +11,7 @@ include:
generate-config
:
stage
:
build
script
:
-
printf '%s\ninclude:\n - https://gitlab.com/gitlab-org/security-products/tests/secrets/-/raw/master/.gitlab-ci.yml\n\n.secret-analyzer:\n image
:
registry.gitlab.com/gitlab-org/security-products/analyzers/secrets/tmp:$CI_COMMIT_SHA"' >> ci-config.yml
-
'
echo
-e
"\ninclude:\n
-
https://gitlab.com/gitlab-org/security-products/tests/secrets/-/raw/master/.gitlab-ci.yml\n\n.secret-analyzer:\n
image:
registry.gitlab.com/gitlab-org/security-products/analyzers/secrets/tmp:$CI_COMMIT_SHA"
>>
ci-config.yml'
artifacts
:
paths
:
-
ci-config.yml
...
...
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