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

Remove CodeQL scans #35

Merged
merged 8 commits into from
Mar 18, 2024
Merged

Remove CodeQL scans #35

merged 8 commits into from
Mar 18, 2024

Conversation

henryrecker-pingidentity
Copy link
Contributor

After trying several methods to get around it, I've removed the failing CodeQL scanning from our repo. We have weekly security scanning with gosec running already which should cover security issues. This repo also has zero dependencies and is 99% generated code. So I feel pretty comfortable removing CodeQL.

The issue was running out of disk space on the runner. I tried the options I saw frequently recommended online for freeing up disk space but couldn't seem to workaround the error. Github's official recommendation for this error is to use either larger runners or self-hosted runners, which we don't currently have access to.

@henryrecker-pingidentity henryrecker-pingidentity merged commit 6642bf5 into v10000 Mar 18, 2024
6 checks passed
@henryrecker-pingidentity henryrecker-pingidentity deleted the FixCodeQlDiskSpace branch March 18, 2024 19:55
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