Skip to content

feat: add Trivy IaC workflow and regenerate site#19

Merged
alismx merged 3 commits into
mainfrom
feat/blog-posts-sca-trivy-tfenv-checkov
Jun 15, 2026
Merged

feat: add Trivy IaC workflow and regenerate site#19
alismx merged 3 commits into
mainfrom
feat/blog-posts-sca-trivy-tfenv-checkov

Conversation

@alismx

@alismx alismx commented Jun 14, 2026

Copy link
Copy Markdown
Owner

Summary

Adds a Trivy filesystem scanning workflow to CI for IaC vulnerability detection, and regenerates the site with the updated workflow.

Changes

  • .github/workflows/trivy.yml: New Trivy IaC workflow that scans the repository for vulnerabilities and misconfigurations on every PR, uploads SARIF results to GitHub Security tab
  • site/blog/2026/06/13/devsecops-scan-container-images-with-trivy.html: Renamed from devsecops-scan-container-images-for-vulnerabilities-with-trivy.html
  • Site regeneration files: All site/ HTML, search index, and sitemap files regenerated

Why

Consistent with the existing Checkov and Gitleaks workflows on this repo. Trivy complements them with filesystem (IaC) vulnerability scanning — finding CVEs in OS packages and language dependencies across all files, not just IaC config files.

Testing

  • Trivy workflow runs successfully on PR creation

Related

@alismx alismx changed the title feat: add SCA container scanning with Trivy blog post feat: add Trivy IaC workflow and regenerate site Jun 14, 2026
@github-advanced-security

Copy link
Copy Markdown
Contributor

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.

@alismx alismx merged commit d9b6fa9 into main Jun 15, 2026
8 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