Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
948867fc
Commit
948867fc
authored
Apr 10, 2020
by
Nicole Schwartz
Committed by
Nick Gaskill
Apr 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try to get the offline docs to be similar - SAST
parent
bd7e94f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
doc/user/application_security/offline_deployments/index.md
doc/user/application_security/offline_deployments/index.md
+1
-1
doc/user/application_security/sast/index.md
doc/user/application_security/sast/index.md
+3
-2
No files found.
doc/user/application_security/offline_deployments/index.md
View file @
948867fc
...
...
@@ -76,6 +76,6 @@ Each individual scanner may be slightly different than the steps described
above. You can find more information at each of the pages below:
-
[
Container scanning offline directions
](
../container_scanning/index.md#running-container-scanning-in-an-offline-environment
)
-
[
SAST offline directions
](
../sast/index.md#
gitlab
-sast-in-an-offline-environment
)
-
[
SAST offline directions
](
../sast/index.md#
running
-sast-in-an-offline-environment
)
-
[
DAST offline directions
](
../dast/index.md#running-dast-in-an-offline-environment
)
-
[
License Compliance offline directions
](
../../compliance/license_compliance/index.md#running-license-compliance-in-an-offline-environment
)
doc/user/application_security/sast/index.md
View file @
948867fc
...
...
@@ -504,16 +504,17 @@ Once a vulnerability is found, you can interact with it. Read more on how to
For more information about the vulnerabilities database update, check the
[
maintenance table
](
../index.md#maintenance-and-update-of-the-vulnerabilities-database
)
.
##
GitLab
SAST in an offline environment
##
Running
SAST in an offline environment
For self-managed GitLab instances in an environment with limited, restricted, or intermittent access
to external resources through the internet, some adjustments are required for the SAST job to
successfully run.
successfully run.
For more information, see
[
Offline environments
](
../offline_deployments/index.md
)
.
### Requirements for offline SAST
To use SAST in an offline environment, you need:
-
[
Disable Docker-In-Docker
](
#disabling-docker-in-docker-for-sast
)
-
GitLab Runner with the
[
`docker` or `kubernetes` executor
](
#requirements
)
.
-
Docker Container Registry with locally available copies of SAST
[
analyzer
](
https://gitlab.com/gitlab-org/security-products/analyzers
)
images.
...
...
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