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

Bootstrap repository with minimal working pipeline #4

Merged
merged 61 commits into from
Jul 24, 2024

Merge branch 'main' into nwiltsie-bootstrap

4a9e218
Select commit
Loading
Failed to load commit list.
Merged

Bootstrap repository with minimal working pipeline #4

Merge branch 'main' into nwiltsie-bootstrap
4a9e218
Select commit
Loading
Failed to load commit list.
Wiz Inc. (8da00b022c) / Wiz IaC Scanner completed Jul 24, 2024 in 3s

Wiz IaC Scanner

Revealing IaC misconfigurations with Wiz

IaC Misconfigurations Detected: 1

0C 0H 0M 1L 0I

Annotations

Check notice on line 3 in Dockerfile

See this annotation in the file changed.

@wiz-inc-8da00b022c wiz-inc-8da00b022c / Wiz IaC Scanner

Healthcheck Instruction Missing

Rule ID: b0f1f03a-461a-4b7b-8daf-a61ca12d86da
Severity: Low
Resource: FROM={{rocker/r-ver:${R_VERSION}}}

Ensure that HEALTHCHECK is being used. The HEALTHCHECK instruction tells Docker how to test a container to check that it is still working
Raw output
Expected: Dockerfile should contain instruction 'HEALTHCHECK'
Found: Dockerfile doesn't contain instruction 'HEALTHCHECK'