We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Found a bug? You're welcome to
--log-level=DEBUG
(Which results are expected from KICS?)
.gitigore
.gitignore
(Formatted logs and samples helps us to better understand the issue)
.gitignore rules get applied to the parent dir path leading to all files being ignored
(Command line arguments and flags used)
/opt/atlassian/pipelines/agent/build
build/
/opt/atlassian/pipelines/agent/build/some/dir/or/file
verbose: true
(N/A if not applicable)
Relates-to: issue #4584 Relates-to: PR #5506
The text was updated successfully, but these errors were encountered:
Hi @pjungermann,
Thank you for bringing this bug to our attention we opened an internal bug and will work on it as soon as possible.
Sorry, something went wrong.
No branches or pull requests
Found a bug? You're welcome to
--log-level=DEBUG
)Expected Behavior
(Which results are expected from KICS?)
.gitigore
only applies to files within the same dir it exists and below.gitignore
does not apply to the (absolute) parent dir pathActual Behavior
(Formatted logs and samples helps us to better understand the issue)
.gitignore
rules get applied to the parent dir path leading to all files being ignoredSteps to Reproduce the Problem
(Command line arguments and flags used)
/opt/atlassian/pipelines/agent/build
.gitignore
file that ignores that contains a rule matching the parent dirbuild/
matching and excluding i.e./opt/atlassian/pipelines/agent/build/some/dir/or/file
verbose: true
to see the exclusionsSpecifications
(N/A if not applicable)
Relates-to: issue #4584
Relates-to: PR #5506
The text was updated successfully, but these errors were encountered: