Added new workflow on PR #11
Annotations
12 errors and 2 warnings
test-bot (ubuntu-22.04):
detect-secrets.sh#L18
Use 'pushd ... || exit' or 'pushd ... || return' in case pushd fails.
|
test-bot (ubuntu-22.04):
detect-secrets.sh#L18
Double quote to prevent globbing and word splitting.
|
test-bot (ubuntu-22.04):
detect-secrets.sh#L18
Prefer putting braces around variable references even when not strictly required.
|
test-bot (ubuntu-22.04):
detect-secrets.sh#L18
To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).
|
test-bot (ubuntu-22.04):
detect-secrets.sh#L20
Use 'popd ... || exit' or 'popd ... || return' in case popd fails.
|
test-bot (ubuntu-22.04):
detect-secrets.sh#L20
To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).
|
test-bot (ubuntu-22.04):
detect-secrets.sh#L22
Declare and assign separately to avoid masking return values.
|
test-bot (ubuntu-22.04):
detect-secrets.sh#L25
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
|
test-bot (ubuntu-22.04):
detect-secrets.sh#L158
Double quote to prevent globbing and word splitting.
|
test-bot (ubuntu-22.04):
detect-secrets.sh#L160
Prefer double quoting even when variables don't contain special characters.
|
test-bot (macos-13)
The job was canceled because "ubuntu-22_04" failed.
|
test-bot (macos-13)
The operation was canceled.
|
test-bot (ubuntu-22.04)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
|
test-bot (macos-13)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
|