-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: another try following aquasecurity/trivy#2961 (comment)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
#trivy:ignore:AVD-DS-0002 | ||
# See: https://avd.aquasec.com/misconfig/dockerfile/general/avd-ds-0002/ | ||
Check failure Code scanning / Trivy (MegaLinter REPOSITORY_TRIVY) Image user should not be 'root' High
Artifact: .devcontainer/Dockerfile
Type: dockerfile Vulnerability DS002 Severity: HIGH Message: Specify at least 1 USER command in Dockerfile with non-root user as argument Link: DS002 Check notice Code scanning / Trivy (MegaLinter REPOSITORY_TRIVY) No HEALTHCHECK defined Low
Artifact: .devcontainer/Dockerfile
Type: dockerfile Vulnerability DS026 Severity: LOW Message: Add HEALTHCHECK instruction in your Dockerfile Link: DS026 |
||
# We allow root access in our container that we use for development purposes | ||
|
||
#trivy:ignore:AVD-DS-0026 | ||
# See: https://avd.aquasec.com/misconfig/dockerfile/general/avd-ds-0026/ | ||
# We don't require a HEALTHCHECK for our devcontainer | ||
|
||
#trivy:ignore:AVD-DS-0002 | ||
FROM ubuntu@sha256:2b7412e6465c3c7fc5bb21d3e6f1917c167358449fecac8176c6e496e5c1f05f | ||
|
||
ARG BATS_VERSION=1.10.0 | ||
|