Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Informatica Secure Agent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
interop
iics
Informatica Secure Agent
Commits
27233dc7
Commit
27233dc7
authored
4 years ago
by
Nicole Lu
Browse files
Options
Downloads
Patches
Plain Diff
add container scanning job
parent
774b5a95
No related branches found
No related tags found
1 merge request
!32
container scanning-INPLATFORM-306
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+13
-0
13 additions, 0 deletions
.gitlab-ci.yml
with
13 additions
and
0 deletions
.gitlab-ci.yml
+
13
−
0
View file @
27233dc7
...
@@ -4,6 +4,7 @@ variables:
...
@@ -4,6 +4,7 @@ variables:
stages
:
stages
:
-
build
-
build
-
scan
before_script
:
before_script
:
-
apk update && apk add groff less && apk add py-pip
-
apk update && apk add groff less && apk add py-pip
...
@@ -32,3 +33,15 @@ build-master:
...
@@ -32,3 +33,15 @@ build-master:
-
Dockerfile
-
Dockerfile
-
.gitlab-ci.yml
-
.gitlab-ci.yml
-
run-agent.sh
-
run-agent.sh
include
:
-
project
:
interop/checkqualys
file
:
templates/.check-qualys-job.yml
container_scanning
:
stage
:
scan
extends
:
qualys_scan
when
:
on_success
variables
:
CI_TOKEN
:
$CI_TOKEN
DOCKER_IMAGE
:
${DOIT_REGISTRY_IMAGE_TAG}
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