Skip to content
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

add-security-linter-results-to-workflow-summary #254

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

Jannis-Mittenzwei
Copy link
Contributor

closes #248

@Jannis-Mittenzwei Jannis-Mittenzwei changed the title add to tbx security pretty print for markdown add-security-linter-results-to-workflow-summary Oct 2, 2024
exasol/toolbox/tools/security.py Outdated Show resolved Hide resolved
exasol/toolbox/tools/security.py Outdated Show resolved Hide resolved
exasol/toolbox/tools/security.py Outdated Show resolved Hide resolved
exasol/toolbox/tools/security.py Outdated Show resolved Hide resolved
exasol/toolbox/tools/security.py Outdated Show resolved Hide resolved
exasol/toolbox/tools/security.py Show resolved Hide resolved
exasol/toolbox/tools/security.py Outdated Show resolved Hide resolved
.github/workflows/report.yml Outdated Show resolved Hide resolved
exasol/toolbox/tools/security.py Outdated Show resolved Hide resolved
exasol/toolbox/tools/security.py Show resolved Hide resolved
@@ -15,8 +15,9 @@
Iterable,
Tuple,
)

from noxconfig import PROJECT_CONFIG
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

usually we do not want to import from nox config except withint the noxfile.
(Just remove the default)

@@ -51,3 +51,4 @@ jobs:
poetry run coverage report -- --format markdown >> $GITHUB_STEP_SUMMARY
echo -e "\n\n# Static Code Analysis\n" >> $GITHUB_STEP_SUMMARY
cat .lint.txt >> $GITHUB_STEP_SUMMARY
poetry run tbx security pretty-print .security.json >> $GITHUB_STEP_SUMMARY
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same should be added to the workflow templates.

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.

✨ Add security linter results to workflow summary
2 participants