Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This file provides context and guidelines for GitHub Copilot when working in the
β”œβ”€β”€ .github/
β”‚ β”œβ”€β”€ workflows/ # CI/CD workflows
β”‚ β”‚ β”œβ”€β”€ publish.yml # Image build & publish
β”‚ β”‚ β”œβ”€β”€ test-image.yml # Comprehensive image testing (XDG, env vars, permissions)
β”‚ β”‚ β”œβ”€β”€ test-unified.yml # Unified container testing (Goss + image validation)
β”‚ β”‚ β”œβ”€β”€ trivy-scan.yml # Security scanning
β”‚ β”‚ β”œβ”€β”€ sanity.yml # Basic CI sanity check
β”‚ β”‚ β”œβ”€β”€ bump-version.yml # Automated version bumps
Expand Down Expand Up @@ -186,7 +186,7 @@ docker run --rm ubi:test bash -c '
```

#### CI/CD Testing
- **Image Testing**: `.github/workflows/test-image.yml` (runs on PRs and pushes)
- **Unified Container Testing**: `.github/workflows/test-unified.yml` (runs on PRs and pushes, includes Goss validation and image sanity tests)
- **Security Scanning**: `.github/workflows/trivy-scan.yml` (runs on PRs, pushes, and weekly)
- **CHANGELOG Validation**: `.github/workflows/validate-changelog.yml`

Expand Down Expand Up @@ -254,7 +254,7 @@ Follow **Conventional Commits**:

### Required Checks
All PRs must pass:
1. **πŸ§ͺ Image Testing Workflow** (`.github/workflows/test-image.yml`): Comprehensive container tests (directory structure, XDG environment variables, permissions, locale, and fundamental tools)
1. **πŸ§ͺ Unified Container Testing Workflow** (`.github/workflows/test-unified.yml`): Comprehensive container tests including Goss validation, directory structure, XDG environment variables, permissions, locale, and fundamental tools across all variants
2. **πŸ”’ Trivy Security Scan** (`.github/workflows/trivy-scan.yml`): Vulnerability scanning
3. **πŸ“‹ CHANGELOG Validation** (`.github/workflows/validate-changelog.yml`): Format validation
4. **πŸ›‘οΈ GitHub Code Scanning**: Security and quality checks
Expand Down
262 changes: 0 additions & 262 deletions .github/workflows/goss-test.yml

This file was deleted.

Loading
Loading