Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
853c1800
Unverified
Commit
853c1800
authored
1 year ago
by
Joe Julian
Browse files
Options
Download
Patches
Plain Diff
fix quiet lint does not fail on non-linting errors
Signed-off-by:
Joe Julian
<
me@joejulian.name
>
parent
f13fa077
main
dependabot/go_modules/github.com/docker/distribution-2.8.2incompatible
dependabot/go_modules/github.com/lib/pq-1.10.9
dependabot/go_modules/github.com/rubenv/sql-migrate-1.4.0
dependabot/go_modules/golang.org/x/crypto-0.9.0
dependabot/go_modules/golang.org/x/term-0.8.0
dependabot/go_modules/k8s.io/klog/v2-2.100.1
release-3.12
v3.12.0
v3.12.0-rc.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pkg/action/lint.go
+1
-1
pkg/action/lint.go
with
1 addition
and
1 deletion
+1
-1
pkg/action/lint.go
+
1
−
1
View file @
853c1800
...
...
@@ -82,7 +82,7 @@ func HasWarningsOrErrors(result *LintResult) bool {
return
true
}
}
return
false
return
len
(
result
.
Errors
)
>
0
}
func
lintChart
(
path
string
,
vals
map
[
string
]
interface
{},
namespace
string
,
strict
bool
)
(
support
.
Linter
,
error
)
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Explore
Projects
Groups
Topics
Snippets