Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
C++ project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
C++ project
Merge requests
!6
Enable security dashboard
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Enable security dashboard
enable-security-dashboard
into
main
Overview
0
Commits
3
Pipelines
5
Changes
1
Closed
Corné Lukken
requested to merge
enable-security-dashboard
into
main
1 year ago
Overview
0
Commits
3
Pipelines
5
Changes
1
0
0
Merge request reports
Viewing commit
b90666ff
Prev
Next
Show latest version
1 file
+
21
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b90666ff
Enable security features
· b90666ff
Corné Lukken
authored
1 year ago
.gitlab-ci.yml
+
21
−
1
View file @ b90666ff
Edit in single-file editor
Open in Web IDE
Show full file
# Copyright (C) ASTRON (Netherlands Institute for Radio Astronomy)
# Copyright (C) ASTRON (Netherlands Institute for Radio Astronomy)
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: Apache-2.0
include
:
.gitlab-ci.common.yml
include
:
-
.gitlab-ci.common.yml
-
template
:
Security/SAST.gitlab-ci.yml
-
template
:
Security/Dependency-Scanning.gitlab-ci.yml
-
template
:
Security/Secret-Detection.gitlab-ci.yml
format
:
format
:
stage
:
linting
stage
:
linting
@@ -28,6 +32,22 @@ tidy:
@@ -28,6 +32,22 @@ tidy:
-
cmake -DCMAKE_CXX_CLANG_TIDY=clang-tidy -G Ninja ..
-
cmake -DCMAKE_CXX_CLANG_TIDY=clang-tidy -G Ninja ..
-
ninja
-
ninja
sast
:
variables
:
SAST_EXCLUDED_ANALYZERS
:
brakeman, kubesec, nodejs-scan, phpcs-security-audit,
pmd-apex, sobelow, spotbugs
stage
:
test
dependency_scanning
:
# override default before_script, job won't have Python available
before_script
:
-
uname
secret_detection
:
# override default before_script, job won't have Python available
before_script
:
-
uname
test
:
test
:
stage
:
test
stage
:
test
needs
:
[
"
versioning"
,
"
build-docker-ubuntu-22.04"
]
needs
:
[
"
versioning"
,
"
build-docker-ubuntu-22.04"
]
Loading