Skip to content

Pass the job if no warnings #48

Pass the job if no warnings

Pass the job if no warnings #48

Triggered via pull request October 24, 2024 04:28
Status Success
Total duration 19s
Artifacts

test.yml

on: pull_request
test-docker-build-check
9s
test-docker-build-check
test-docker-build-check
5s
test-docker-build-check
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
test-docker-build-check: testdata/warnings/Dockerfile#L1
[docker-build-check] reported by reviewdog 🐶 The 'as' keyword should match the case of the 'from' keyword Raw Output: message:"The 'as' keyword should match the case of the 'from' keyword" location:{path:"testdata/warnings/Dockerfile" range:{start:{line:1} end:{line:1}}} severity:WARNING source:{name:"docker-build-check" url:"https://docs.docker.com/reference/build-checks/"} code:{value:"FromAsCasing" url:"https://docs.docker.com/go/dockerfile/rule/from-as-casing/"}
test-docker-build-check: testdata/warnings/Dockerfile#L3
[docker-build-check] reported by reviewdog 🐶 JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals Raw Output: message:"JSON arguments recommended for ENTRYPOINT/CMD to prevent unintended behavior related to OS signals" location:{path:"testdata/warnings/Dockerfile" range:{start:{line:3} end:{line:3}}} severity:WARNING source:{name:"docker-build-check" url:"https://docs.docker.com/reference/build-checks/"} code:{value:"JSONArgsRecommended" url:"https://docs.docker.com/go/dockerfile/rule/json-args-recommended/"}