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
59d04e93
Commit
59d04e93
authored
Jun 11, 2021
by
Matija Čupić
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'zrice-master-patch-44122' into 'master'
Pin gosec to version 3 See merge request gitlab-org/gitlab!63547
parents
b3a74cc0
587a5edb
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
lib/gitlab/ci/templates/Jobs/SAST.gitlab-ci.yml
lib/gitlab/ci/templates/Jobs/SAST.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Security/Secure-Binaries.gitlab-ci.yml
...itlab/ci/templates/Security/Secure-Binaries.gitlab-ci.yml
+2
-0
No files found.
lib/gitlab/ci/templates/Jobs/SAST.gitlab-ci.yml
View file @
59d04e93
...
...
@@ -147,7 +147,7 @@ gosec-sast:
# SAST_ANALYZER_IMAGE is an undocumented variable used internally to allow QA to
# override the analyzer image with a custom value. This may be subject to change or
# breakage across GitLab releases.
SAST_ANALYZER_IMAGE_TAG
:
2
SAST_ANALYZER_IMAGE_TAG
:
3
SAST_ANALYZER_IMAGE
:
"
$SECURE_ANALYZERS_PREFIX/gosec:$SAST_ANALYZER_IMAGE_TAG"
rules
:
-
if
:
$SAST_DISABLED
...
...
lib/gitlab/ci/templates/Security/Secure-Binaries.gitlab-ci.yml
View file @
59d04e93
...
...
@@ -77,6 +77,8 @@ brakeman:
gosec
:
extends
:
.download_images
variables
:
SECURE_BINARIES_ANALYZER_VERSION
:
"
3"
only
:
variables
:
-
$SECURE_BINARIES_DOWNLOAD_IMAGES == "true" &&
...
...
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