You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate terrascan as the project is discontinued. Will be completely removed in a future version.
SALESFORCE_SFDX_SCANNER_* linters have been deprecated and will be removed in a future version. (they are replaced by SALESFORCE_CODE_ANALYZER_* linters)
Deprecate terrascan as the project is discontinued. Will be completely removed in a future version.
SALESFORCE_SFDX_SCANNER_* linters have been deprecated and will be removed in a future version. (they are replaced by SALESFORCE_CODE_ANALYZER_* linters)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
.github/workflows/build.yml:135:9: shellcheck reported issue in this script: SC2086:info:3:41: Double quote to prevent globbing and word splitting [shellcheck]
|
135 | run: |
| ^~~~
❌ REPOSITORY / checkov - 1 error
github_actions scan results:
Passed checks: 71, Failed checks: 1, Skipped checks: 0
Check: CKV2_GHA_1: "Ensure top-level permissions are not set to write-all"
FAILED for resource: on(Build, Lint & Coverage)
File: /.github/workflows/build.yml:17-18
source/src/cip/appcontype.c:9: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.c:11: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.c:12: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.c:13: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.c:14: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.c:15: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.c:16: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.c:23: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:32: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:42: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:46: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:48: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:50: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:130: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
source/src/cip/appcontype.c:138: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:142: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:147: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:149: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:152: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:154: Should have a space between // and comment [whitespace/comments] [4]
source/src/cip/appcontype.c:159: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:161: Should have a space between // and comment [whitespace/comments] [4]
source/src/cip/appcontype.c:166: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:168: Should have a space between // and comment [whitespace/comments] [4]
source/src/cip/appcontype.c:181: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
source/src/cip/appcontype.c:189: Redundant blank line at the start of a code block should be deleted. [whitespace/blank_line] [2]
source/src/cip/appcontype.c:190: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/appcontype.c:196: Missing space before ( in if( [whitespace/parens] [5]
source/src/cip/appcontype.c:203: Missing space before ( in if( [whitespace/parens] [5]
source/src/ci
(Truncated to 3076 characters out of 371436)
❌ CPP / cpplint - 857 errors
source/src/cip/appcontype.h:6: #ifndef header guard has wrong style, please use: SOURCE_SRC_CIP_APPCONTYPE_H_ [build/header_guard] [5]
source/src/cip/appcontype.h:76: #endif line should be "#endif // SOURCE_SRC_CIP_APPCONTYPE_H_" [build/header_guard] [5]
source/src/cip/appcontype.h:9: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/appcontype.h:59: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/cipassembly.h:6: #ifndef header guard has wrong style, please use: SOURCE_SRC_CIP_CIPASSEMBLY_H_ [build/header_guard] [5]
source/src/cip/cipassembly.h:61: #endif line should be "#endif // SOURCE_SRC_CIP_CIPASSEMBLY_H_" [build/header_guard] [5]
source/src/cip/cipassembly.h:9: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipassembly.h:10: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipclass3connection.h:7: #ifndef header guard has wrong style, please use: SOURCE_SRC_CIP_CIPCLASS3CONNECTION_H_ [build/header_guard] [5]
source/src/cip/cipclass3connection.h:62: #endif line should be "#endif // SOURCE_SRC_CIP_CIPCLASS3CONNECTION_H_" [build/header_guard] [5]
source/src/cip/cipclass3connection.h:31: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipclass3connection.h:32: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipclass3connection.h:33: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipcommon.h:6: #ifndef header guard has wrong style, please use: SOURCE_SRC_CIP_CIPCOMMON_H_ [build/header_guard] [5]
source/src/cip/cipcommon.h:224: #endif line should be "#endif // SOURCE_SRC_CIP_CIPCOMMON_H_" [build/header_guard] [5]
source/src/cip/cipcommon.h:13: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipcommon.h:14: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipcommon.h:16: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/cipcommon.h:41: Line ends in whitespace. Consider deleting these extra spaces. [whitespace/end_of_line] [4]
source/src/cip/cipcommon.h:41: Lines should be <= 80 characters long [whitespace/line_length] [2]
source/src/cip/cipconnectionmanager.h:6: #ifndef header guard has wrong style, please use: SOURCE_SRC_CIP_CIPCONNECTIONMANAGER_H_ [build/header_guard] [5]
source/src/cip/cipconnectionmanager.h:231: #endif line should be "#endif // SOURCE_SRC_CIP_CIPCONNECTIONMANAGER_H_" [build/header_guard] [5]
source/src/cip/cipconnectionmanager.h:9: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipconnectionmanager.h:10: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipconnectionmanager.h:11: Include the directory when naming header files [build/include_subdir] [4]
source/src/cip/cipconnectionm
(Truncated to 3076 characters out of 107681)
thread 'tokio-runtime-worker' panicked at lychee-bin/src/commands/check.rs:244:18:
cannot send response to queue: SendError { .. }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Error: Cannot read input content from file `license.txt`
Caused by:
stream did not contain valid UTF-8
❌ YAML / yamllint - 9 errors
.github/dependabot.yml
1:1 warning missing document start "---" (document-start)
.github/workflows/build.yml
1:1 warning missing document start "---" (document-start)
1:29 warning wrong new line character: expected \n (new-lines)
3:1 warning truthy value should be one of [false, true] (truthy)
5:16 error too many spaces inside brackets (brackets)
5:25 error too many spaces inside brackets (brackets)
7:16 error too many spaces inside brackets (brackets)
7:25 error too many spaces inside brackets (brackets)
145:44 error no new line character at the end of file (new-line-at-end-of-file)
⚠️ MARKDOWN / markdownlint - 52 errors
README.md:4:18 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: '!']
README.md:10:7 MD034/no-bare-urls Bare URL used [Context: "http://www.odva.org"]
README.md:12:12 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: '!']
README.md:16:26 MD034/no-bare-urls Bare URL used [Context: "https://groups.google.com/foru..."]
README.md:18:21 MD034/no-bare-urls Bare URL used [Context: "https://groups.google.com/foru..."]
README.md:20:13 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':']
README.md:24:57 MD034/no-bare-urls Bare URL used [Context: "http://www.cygwin.com"]
README.md:37:1 MD034/no-bare-urls Bare URL used [Context: "https://github.com/cpputest/cp..."]
README.md:42:24 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':']
README.md:47:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:48:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:50:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:52:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:62:45 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':']
README.md:68:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:69:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:70:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:72:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:74:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:78:41 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':']
README.md:89 MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
README.md:96:20 MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':']
README.md:102:1 MD007/ul-indent Unordered list indentation [Expected: 2; Actual: 1]
README.md:102:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:103:1 MD007/ul-indent Unordered list indentation [Expected: 4; Actual: 2]
README.md:103:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:104:1 MD007/ul-indent Unordered list indentation [Expected: 4; Actual: 2]
README.md:104:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:105:1 MD007/ul-indent Unordered list indentation [Expected: 4; Actual: 2]
README.md:105:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:106:1 MD007/ul-indent Unordered list indentation [Expected: 4; Actual: 2]
README.md:106:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:107:1 MD007/ul-indent Unordered list indentation [Expected: 4; Actual: 2]
README.md:107:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:108:1 MD007/ul-indent Unordered list indentation [Expected: 2; Actual: 1]
README.md:108:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:109:1 MD007/ul-indent Unordered list indentation [Expected: 4; Actual: 2]
README.md:109:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:110:1 MD007/ul-indent Unordered list indentation [Expected: 4; Actual: 2]
README.md:110:1 MD010/no-hard-tabs Hard tabs [Column: 1]
README.md:112:14 MD026/no-trailing-punctuation Trailing punctuat
(Truncated to 3076 characters out of 4172)
⚠️ YAML / prettier - 1 error
Checking formatting...
[warn] .github/workflows/build.yml
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code
1 participant
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps oxsecurity/megalinter from 9.1.0 to 9.2.0.
Release notes
Sourced from oxsecurity/megalinter's releases.
... (truncated)
Changelog
Sourced from oxsecurity/megalinter's changelog.
... (truncated)
Commits
55a59b2Release MegaLinter v9.2.0c94f8c8prep releasebca0a38chore(deps): update dependency rubocop-rails to v2.34.2 (#6648)8d505bf[automation] Auto-update linters version, help and documentation (#6659)a7d0161Add conversion from Jenkins variables to related Git provider variables (#6658)663b45achore(deps): update mstruebing/editorconfig-checker docker tag to v3.6.0 (#6652)64fbccachore(deps): update docker/metadata-action action to v5.10.0 (#6651)b2f3c63Hides regex compilation warning (#6657)0eac80bchore(deps): update zricethezav/gitleaks docker tag to v8.30.0 (#6653)d1fdcebCI: Optimize standalone linters release perfs (#6656)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)