-
Notifications
You must be signed in to change notification settings - Fork 179
Enable ContainerAutodiscovery to scan images from private repos (ADR 17)(closes #1189) #1557
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
Merged
Conversation
This file contains hidden or 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
MegaLinter status:
|
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|---|---|---|---|---|
| actionlint | 2 | 3 | 0.37s | ||
| ✅ BASH | shfmt | 1 | 0 | 0.01s | |
| hadolint | 1 | 1 | 0.07s | ||
| golangci-lint | 6 | 6 | 9.51s | ||
| eslint | 1 | 1 | 1.04s | ||
| ✅ JSON | eslint-plugin-jsonc | 3 | 0 | 1.71s | |
| black | 4 | 1 | 0.67s | ||
| ✅ SPELL | misspell | 21 | 0 | 0.09s | |
| prettier | 5 | 1 | 1.5s |
See errors details in artifact MegaLinter reports on CI Job page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff
47b8d4d to
057139e
Compare
057139e to
47b8d4d
Compare
Member
|
The Python part looks good to me. |
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
…e a local docker registry #1189 Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
…kubernetes packages installed #1189 Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
…xtractioninitcontainer #1189 Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
…1189 Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
752d943 to
d00740a
Compare
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
a419a13 to
c978036
Compare
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
…dent of list order #1189 Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
… different #1189 Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
…ontainer #1189 Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
… test #1189 Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
3bacc71 to
3949390
Compare
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Signed-off-by: Simon Hülkenberg <simon.huelkenberg@iteratec.com>
Not all people have the permission ro create rbac rules. This ensures that they can still use trivy normally.
Signed-off-by: Jannik Hollenbach <jannik.hollenbach@iteratec.com>
J12934
approved these changes
Mar 17, 2023
Ilyesbdlala
added a commit
that referenced
this pull request
Mar 21, 2023
These issues arose after a rebase Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Ilyesbdlala
added a commit
that referenced
this pull request
Mar 22, 2023
These issues arose after a rebase Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Ilyesbdlala
added a commit
that referenced
this pull request
Mar 22, 2023
These issues arose after a rebase Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
fixes #1189