Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Gitlab-External-Templates
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adri
Gitlab-External-Templates
Commits
da18cd13
Commit
da18cd13
authored
3 years ago
by
julian
Browse files
Options
Downloads
Patches
Plain Diff
import
parent
9b697601
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab/ci/reports.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab/ci/reports.gitlab-ci.yml
.gitlab/ci/vet.toml
+0
-9
0 additions, 9 deletions
.gitlab/ci/vet.toml
with
1 addition
and
10 deletions
.gitlab/ci/reports.gitlab-ci.yml
+
1
−
1
View file @
da18cd13
...
...
@@ -157,7 +157,7 @@ vet:
allow_failure
:
true
script
:
-
analyzer import --src gitlab --store vetdata
-
analyzer detect --store vetdata --config gitlab/.gitlab/ci/vet.toml
#
- analyzer detect --store vetdata --config gitlab/.gitlab/ci/vet.toml
# uncomment to ingest the resport
# - analyzer detect --store vetdata --config .gitlab/ci --reportOut ./gl-sast-report.json
# artifacts:
...
...
This diff is collapsed.
Click to expand it.
.gitlab/ci/vet.toml
deleted
100644 → 0
+
0
−
9
View file @
9b697601
description
=
'vet detection rules'
[[recipe]]
id
=
"vet.call.html_safe"
type
=
"<oa/a"
value
=
"""
(nodes { :name [ "html_safe" ], :kind [ :call ] } store )"""
title
=
"html_safe call detected"
description
=
"html_safe call detected."
This diff is collapsed.
Click to expand it.
Preview
0%
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