Skip to content

Bump slsa-framework/slsa-github-generator from 1.9.0 to 1.10.0 #37

Bump slsa-framework/slsa-github-generator from 1.9.0 to 1.10.0

Bump slsa-framework/slsa-github-generator from 1.9.0 to 1.10.0 #37

Status Success
Total duration 40s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

linter.yml

on: push
cpp-linter
29s
cpp-linter
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
tools/cfgdefine.c:52:6 [cppcoreguidelines-avoid-non-const-global-variables]: tools/cfgdefine.c#L52
variable 'line' is non-const and globally accessible, consider making it const
tools/cfgdefine.c:62:20 [cppcoreguidelines-avoid-non-const-global-variables]: tools/cfgdefine.c#L62
variable 'dequote_list' is non-const and globally accessible, consider making it const
tools/cfgdefine.c:220:14 [readability-function-cognitive-complexity]: tools/cfgdefine.c#L220
function 'dequote_value' has cognitive complexity of 30 (threshold 25)