Skip to content

Fix/nuclei tests - #1419

Merged
J12934 merged 2 commits into
mainfrom
fix/nuclei-tests
Oct 27, 2022
Merged

Fix/nuclei tests#1419
J12934 merged 2 commits into
mainfrom
fix/nuclei-tests

Conversation

@RamiSouai

Copy link
Copy Markdown
Member

Closes #1342 #1162

Description

Using the format http://..svc leads to DNS errors with nuclei, since it uses its own DNS resolver. Instead, we use Full Qualified Domain Name with the format http://..svc.cluster.local more info

Checklist

  • Test your changes as thoroughly as possible before you commit them. Preferably, automate your test by unit/integration tests.
  • Make sure that all your commits are signed-off and that you are added to the Contributors file.
  • Make sure that all CI finish successfully.
  • Optional (but appreciated): Make sure that all commits are Verified.

Signed-off-by: Rami Souai <rami.souai@iteratec.com>
…n-test scan

Since Nuclei uses a custom resolver it does not benefit from domain search specs in kubedns

Signed-off-by: Rami Souai <rami.souai@iteratec.com>
@github-actions

Copy link
Copy Markdown

MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
⚠️ JAVASCRIPT eslint 1 1 0.58s
✅ SPELL misspell 3 0 0.04s
✅ YAML prettier 2 0 0.76s

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants