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

Fix codeQL remediation #61

Merged
merged 1 commit into from
Mar 6, 2024
Merged

Fix codeQL remediation #61

merged 1 commit into from
Mar 6, 2024

Conversation

jhrozek
Copy link
Contributor

@jhrozek jhrozek commented Mar 6, 2024

For some reason we were only setting up codeQL, but not actually running
it.

@@ -66,6 +66,7 @@ def:
# Ensure a workflow contains the codel-ql action
some i
steps := workflow.jobs.analyze.steps[i]
print(steps)
Copy link
Contributor

Choose a reason for hiding this comment

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

let's remove this print

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oops, leftover debugging from where I thought we might have a bug in the rego code :-)

For some reason we were only setting up codeQL, but not actually running
it.
@JAORMX JAORMX merged commit 2ce1492 into mindersec:main Mar 6, 2024
2 checks passed
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