Skip to content

Remediate Envguard for a verified first release - #1

Merged
1337lean merged 3 commits into
mainfrom
agent/envguard-remediation
Aug 7, 2026
Merged

Remediate Envguard for a verified first release#1
1337lean merged 3 commits into
mainfrom
agent/envguard-remediation

Conversation

@1337lean

@1337lean 1337lean commented Aug 7, 2026

Copy link
Copy Markdown
Owner

What changed

  • make explicit schema failures fatal and validate schemas before environment input
  • reject non-finite numbers and enforce a documented type/constraint matrix
  • propagate human and JSON report writer failures
  • add native CI, Staticcheck, vulnerability scanning, CodeQL, and full release validation
  • build once, verify all six archives, attest the verified bytes, then publish

Root cause

The initial implementation treated any missing schema like optional auto-discovery, accepted non-finite parsed floats, and did not distinguish irrelevant schema constraints or failed report writes. The release job also published before checking one archive.

Validation

  • go test ./...
  • go test -race ./...
  • go vet ./...
  • Staticcheck v0.7.0
  • govulncheck v1.1.4
  • Actionlint v1.7.12
  • GoReleaser v2.17.1 check and six-target snapshot
  • independent checksum/content/architecture/native-smoke validation

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@1337lean
1337lean marked this pull request as ready for review August 7, 2026 03:40
@1337lean
1337lean merged commit f05fd50 into main Aug 7, 2026
14 checks passed
@1337lean
1337lean deleted the agent/envguard-remediation branch August 7, 2026 03:41
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