Skip to content

Harden coverity tool download: curl -L --fail + gzip sanity check#549

Merged
embhorn merged 1 commit into
wolfSSL:masterfrom
dgarske:coverity_fix
May 29, 2026
Merged

Harden coverity tool download: curl -L --fail + gzip sanity check#549
embhorn merged 1 commit into
wolfSSL:masterfrom
dgarske:coverity_fix

Conversation

@dgarske
Copy link
Copy Markdown
Member

@dgarske dgarske commented May 28, 2026

No description provided.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR hardens the GitHub Actions workflow that downloads the Coverity analysis tool by making the download more robust to redirects/failures and adding a sanity check to ensure the downloaded artifact is a valid gzip archive before extracting it.

Changes:

  • Update the Coverity tool download to use curl -L --fail for redirect handling and HTTP failure detection.
  • Add file output plus a gzip -t validation gate with diagnostic output on failure.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/coverity-scan-fixes.yml
@embhorn embhorn merged commit 60ed1b2 into wolfSSL:master May 29, 2026
43 of 44 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.

3 participants