Skip to content

MarwaOuledElHadjAli/github-actions-templates

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Actions DevOps Examples

Lint Code Base Docker Build Snyk Scan Trivy Scan

See this repositories .github directory for examples on linters, workflows, and dependabot.

Examples

Some workflows are reusable or are calling other reusable workflows in other repositories.

I name workflows depending on how they are used:

  • reusable-*.yaml - the workflow is designed to be reusable as a "called" workflow, and have a workflow_call event in them. They would exist in a central repository that is either public or internal and called by other repositories.
  • call-*.yaml - this calls a reusable workflow that lives in other repositories or files with uses: <github-path>.
  • Any other workflows are just designed to run inside a repository directly.

This repository is part of my examples on GitHub Actions

More reading

🎉🎉🎉 Join my container DevOps community 🎉🎉🎉

About

Reusable GitHub Actions workflow examples for cloud native DevOps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 100.0%