-
Notifications
You must be signed in to change notification settings - Fork 4
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
chore: move Trivy ignore rules into Dockefile #213
Closed
+8
−7
Closed
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
3f48cfd
chore: move Trivy ignore rules into Dockefile
rjaegers 34b2200
chore: try to get inline Trivy ignore working
rjaegers 06d4343
chore: more Trivy experimentation
rjaegers 01d7846
chore: trying to get Trivy syntax right
rjaegers 5451bea
chore: another try following https://github.com/aquasecurity/trivy/is…
rjaegers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,3 +1,11 @@ | ||
# See: https://avd.aquasec.com/misconfig/dockerfile/general/avd-ds-0002/ | ||
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 | ||
|
This file was deleted.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check failure
Code scanning / Trivy (MegaLinter REPOSITORY_TRIVY)
Image user should not be 'root' High