Update actions #5
Triggered via pull request
September 27, 2023 15:38
Status
Failure
Total duration
2m 21s
Artifacts
–
docker-pr.yml
on: pull_request
runner/test-docker-pr:feature/new-actions
2m 9s
Annotations
1 error, 3 warnings, and 1 notice
runner/test-docker-pr:feature/new-actions
Path does not exist: trivy-results.sarif
|
runner/test-docker-pr:feature/new-actions:
ckan/Dockerfile.ghcr#L23
Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check
|
runner/test-docker-pr:feature/new-actions:
ckan/Dockerfile.ghcr#L23
Use WORKDIR to switch to a directory
|
runner/test-docker-pr:feature/new-actions:
ckan/Dockerfile.ghcr#L37
Use arguments JSON notation for CMD and ENTRYPOINT arguments
|
runner/test-docker-pr:feature/new-actions:
ckan/Dockerfile.ghcr#L9
Multiple consecutive `RUN` instructions. Consider consolidation.
|