feat: configure logger for module and control from actions files#63
Merged
afflom merged 3 commits intocomplytime:mainfrom Oct 20, 2023
Merged
feat: configure logger for module and control from actions files#63afflom merged 3 commits intocomplytime:mainfrom
afflom merged 3 commits intocomplytime:mainfrom
Conversation
Adds configuration of trestlebot logger along with compliance-trestle logger Allows verbosity to be set from the actions files Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
afflom
approved these changes
Oct 20, 2023
marcusburghardt
added a commit
to marcusburghardt/complyscribe
that referenced
this pull request
Apr 21, 2026
Updates nltk to 3.9.4 for Python >= 3.10 environments. This resolves multiple security advisories affecting nltk <= 3.9.2/3.9.3. Note: nltk 3.9.4 requires Python >= 3.10. For Python 3.9 environments, nltk remains at 3.9.2 due to upstream compatibility constraints. Resolves Dependabot alerts: complytime#52, complytime#71, complytime#63, complytime#62, complytime#61, complytime#60 See: GHSA-7p94-766c-hgjp See: GHSA-h8wq-7xc4-p3qx See: GHSA-469j-vmhf-r6v7 See: GHSA-jm6w-m3j8-898g See: GHSA-p423-j2cm-9vmq See: GHSA-gfwx-w7gr-fvh7 See: GHSA-rf74-v2fm-23pw Assisted-by: OpenCode (claude-opus-4-6) Signed-off-by: Marcus Burghardt <maburgha@redhat.com>
marcusburghardt
added a commit
to marcusburghardt/complyscribe
that referenced
this pull request
Apr 22, 2026
Updates nltk to 3.9.4 for Python >= 3.10 environments. This resolves multiple security advisories affecting nltk <= 3.9.2/3.9.3. Note: nltk 3.9.4 requires Python >= 3.10. For Python 3.9 environments, nltk remains at 3.9.2 due to upstream compatibility constraints. Resolves Dependabot alerts: complytime#52, complytime#71, complytime#63, complytime#62, complytime#61, complytime#60 See: GHSA-7p94-766c-hgjp See: GHSA-h8wq-7xc4-p3qx See: GHSA-469j-vmhf-r6v7 See: GHSA-jm6w-m3j8-898g See: GHSA-p423-j2cm-9vmq See: GHSA-gfwx-w7gr-fvh7 See: GHSA-rf74-v2fm-23pw Assisted-by: OpenCode (claude-opus-4-6) Signed-off-by: Marcus Burghardt <maburgha@redhat.com>
marcusburghardt
added a commit
to marcusburghardt/complyscribe
that referenced
this pull request
Apr 22, 2026
Updates nltk to 3.9.4 for Python >= 3.10 environments. This resolves multiple security advisories affecting nltk <= 3.9.2/3.9.3. Note: nltk 3.9.4 requires Python >= 3.10. For Python 3.9 environments, nltk remains at 3.9.2 due to upstream compatibility constraints. Resolves Dependabot alerts: complytime#52, complytime#71, complytime#63, complytime#62, complytime#61, complytime#60 See: GHSA-7p94-766c-hgjp See: GHSA-h8wq-7xc4-p3qx See: GHSA-469j-vmhf-r6v7 See: GHSA-jm6w-m3j8-898g See: GHSA-p423-j2cm-9vmq See: GHSA-gfwx-w7gr-fvh7 See: GHSA-rf74-v2fm-23pw Assisted-by: OpenCode (claude-opus-4-6) Signed-off-by: Marcus Burghardt <maburgha@redhat.com>
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
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.
Description
Adds proper configuration of trestlebot logger along with compliance-trestle logger
Allows verbosity to be set from the actions files
Related: PSCE-256
Type of change
How has this been tested?
Checklist