Enhance GitHub Actions workflows with CI/CD and security checks - #37
Open
Julie08080808 wants to merge 104 commits into
Open
Enhance GitHub Actions workflows with CI/CD and security checks#37Julie08080808 wants to merge 104 commits into
Julie08080808 wants to merge 104 commits into
Conversation
Add configuration for Biome with linter and formatter settings.
Add a static analysis workflow for tracking changes.
Updated schema version and modified files to include.
Added environment variable for CI gate enforcement and updated job outputs for static analysis and build check. Modified CI summary to include additional checks and reports.
ci: enforce PR static quality gate
ci: use baked kubectl in production workflow
Removed kubectl installation step and added tool checks.
Removed installation steps for Syft, Grype, and Cosign from the GitHub Actions workflow.
This workflow file sets up a GitHub Actions job for performing Dynamic Application Security Testing (DAST) on pull requests targeting the main branch. It includes steps for checking out code, configuring Kubernetes and Harbor authentication, building and pushing a Docker image, deploying a preview environment, running OWASP ZAP scans, and handling artifacts.
Changed PR_DAST_FAIL_ON_WARN to true to enforce warnings.
fossabot&coderabbit
…trap fix: run FOSSA analyze only during bootstrap
Removed redundant safety gate explanation and updated Argo CD description.
Removed outdated usage instructions and CI processes from README.
Removed detailed CI/CD pipeline diagram from README.
Add detailed explanation of CI job execution and security measures.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.