Skip to content

ci: add Trivy security scan workflow#95

Merged
audunru merged 1 commit into
mainfrom
feat/trivy-security-scan
May 25, 2026
Merged

ci: add Trivy security scan workflow#95
audunru merged 1 commit into
mainfrom
feat/trivy-security-scan

Conversation

@audunru
Copy link
Copy Markdown
Owner

@audunru audunru commented May 25, 2026

Summary

  • Adds a Trivy security scan workflow that runs on push to main, pull requests targeting main, and on a weekly schedule (Mondays 00:00 UTC)
  • Filesystem scan posts results to GitHub Security tab under category filesystem-scan
  • Only CRITICAL and HIGH severity findings reported; unfixed vulnerabilities excluded
  • No image-scan job — this is a pure Composer library with no Dockerfile

Test plan

  • Filesystem & IaC Scan job completes successfully
  • Results appear in the GitHub Security → Code scanning tab

@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.

@audunru audunru changed the title feat: add Trivy security scan workflow ci: add Trivy security scan workflow May 25, 2026
@audunru audunru merged commit 452fbc7 into main May 25, 2026
5 checks passed
@audunru audunru deleted the feat/trivy-security-scan branch May 25, 2026 18:18
audunru pushed a commit that referenced this pull request May 25, 2026
# [4.1.0](v4.0.0...v4.1.0) (2026-05-25)

### Features

* add Trivy security scan workflow ([#95](#95)) ([452fbc7](452fbc7))
@audunru
Copy link
Copy Markdown
Owner Author

audunru commented May 25, 2026

🎉 This PR is included in version 4.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants