Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: differential shellcheck on yaml files? #1051

Closed
wants to merge 8 commits into from

checkton: pin to v0.1.0-alpha release

f94a606
Select commit
Loading
Failed to load commit list.
Closed

Test: differential shellcheck on yaml files? #1051

checkton: pin to v0.1.0-alpha release
f94a606
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / shellcheck failed Jun 18, 2024 in 2s

6 new alerts including 3 errors

New alerts in code changed by this pull request

  • 3 errors
  • 3 warnings

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 272 in task/buildah/0.1/buildah.yaml

See this annotation in the file changed.

Code scanning / shellcheck

SC2068 Error

Double quote array expansions to avoid re-splitting elements.

Check failure on line 34 in task/apply-tags/0.1/apply-tags.yaml

See this annotation in the file changed.

Code scanning / shellcheck

SC2068 Error

Double quote array expansions to avoid re-splitting elements.

Check warning on line 197 in .tekton/pr.yaml

See this annotation in the file changed.

Code scanning / shellcheck

SC2154 Warning

a is referenced but not assigned.

Check warning on line 81 in task/prefetch-dependencies/0.2/prefetch-dependencies.yaml

See this annotation in the file changed.

Code scanning / shellcheck

SC2086 Warning

Double quote to prevent globbing and word splitting.

Check warning on line 82 in task/prefetch-dependencies/0.2/prefetch-dependencies.yaml

See this annotation in the file changed.

Code scanning / shellcheck

SC2086 Warning

Double quote to prevent globbing and word splitting.

Check failure on line 309 in task/buildah-oci-ta/0.1/buildah-oci-ta.yaml

See this annotation in the file changed.

Code scanning / shellcheck

SC2068 Error

Double quote array expansions to avoid re-splitting elements.