-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shared CI configurations #13
Conversation
Rewrite Java github actions to make them reusable
Change tree view
use developmeent branche
Set java version not required
try by mixing multiples workflow (Linting and testing))
required input removed
Try to order jobs
Add all components to java workflow
Fix Java pipeline
Change context managment
manage tagged image with trivy
Manage context for docker build
Fix container image build
naming organisation
Try docker build without context
Try docker build tags solution
Try docker build tags solution
Try docker build without context
Try docker build without context
Try docker build without context
Try docker build without context
- Create pipelien for Python and typescript - Old school context managing
- Create pipelien for Python and typescript - Old school context managing
- CHnage context default value - Run python and Typescript workflow for testing
Fix python and typescript workflow
Add back rule on path for python and typescript
Container image manage context
Container image manage context
Container image manage context
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
add security-events: write permission
add security-events: write permission
Fix warn Using `--template sarif.tpl` is deprecated. Please migrate to `--format sarif`
Integrate Typescript bearer CI to typescript workflow
Add inspect SARIF step
Java publish test report on github action summary
add path rule back for Python
Intégrate Typescript tests, publish Junit report on action summary
switch to latest version before merge
uses on main because latest can't exists without tag
More informations for Java in README file
try to manage actions reference
try to manage actions reference
try to manage actions reference
Manage actions reference from the same repo
Manage actions reference from the same repo
Use Python 3.12-slim to limit the vulnerabilities
add required package with image Python 3.12-slim
SOme improvments after review
@roje-bodc I made the changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good to me 👍
Shared CI configuration to enable consistency, avoid duplication and code reusability