Skip to content

Merge pull request #6 from reviewdog/depup/reviewdog #17

Merge pull request #6 from reviewdog/depup/reviewdog

Merge pull request #6 from reviewdog/depup/reviewdog #17

Triggered via push June 23, 2024 13:04
Status Success
Total duration 15s
Artifacts

test.yml

on: push
runner / regal (github-check)
7s
runner / regal (github-check)
runner / regal (github-pr-check)
0s
runner / regal (github-pr-check)
runner / regal (github-pr-review)
0s
runner / regal (github-pr-review)
Fit to window
Zoom out
Zoom in

Annotations

1 error, 2 warnings, and 1 notice
[regal] testdata/testpolicy.rego#L1: testdata/testpolicy.rego#L1
opa-fmt category: style File should be formatted with `opa fmt`
[shellcheck] entrypoint.sh#L9 <ShellCheck.SC2027>: entrypoint.sh#L9
The surrounding quotes actually unquote this. Remove or escape them.
[hadolint] Dockerfile#L7 <DL3018>(https://github.com/hadolint/hadolint/wiki/DL3018): Dockerfile#L7
Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
[shellcheck] entrypoint.sh#L9 <ShellCheck.SC2086>: entrypoint.sh#L9
Double quote to prevent globbing and word splitting.