Added new workflow on PR #4
Open
Annotations
10 errors and 1 warning
|
detect-secrets.sh#L18
Use 'pushd ... || exit' or 'pushd ... || return' in case pushd fails.
|
|
detect-secrets.sh#L18
Double quote to prevent globbing and word splitting.
|
|
detect-secrets.sh#L18
Prefer putting braces around variable references even when not strictly required.
|
|
detect-secrets.sh#L18
To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).
|
|
detect-secrets.sh#L20
Use 'popd ... || exit' or 'popd ... || return' in case popd fails.
|
|
detect-secrets.sh#L20
To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).
|
|
detect-secrets.sh#L22
Declare and assign separately to avoid masking return values.
|
|
detect-secrets.sh#L25
Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
|
|
detect-secrets.sh#L158
Double quote to prevent globbing and word splitting.
|
|
detect-secrets.sh#L160
Prefer double quoting even when variables don't contain special characters.
|
|
|
The logs for this run have expired and are no longer available.
Loading