mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
8867d644ca
* Bump @stoplight/spectral from 5.8.1 to 5.9.0 in /dependencies Bumps [@stoplight/spectral](https://github.com/stoplightio/spectral) from 5.8.1 to 5.9.0. - [Release notes](https://github.com/stoplightio/spectral/releases) - [Changelog](https://github.com/stoplightio/spectral/blob/develop/CHANGELOG.md) - [Commits](https://github.com/stoplightio/spectral/compare/v5.8.1...v5.9.0) Signed-off-by: dependabot[bot] <support@github.com> * Bump @stoplight/spectral from 5.8.1 to 5.9.0 in /dependencies Bumps [@stoplight/spectral](https://github.com/stoplightio/spectral) from 5.8.1 to 5.9.0. - [Release notes](https://github.com/stoplightio/spectral/releases) - [Changelog](https://github.com/stoplightio/spectral/blob/develop/CHANGELOG.md) - [Commits](https://github.com/stoplightio/spectral/compare/v5.8.1...v5.9.0) Signed-off-by: dependabot[bot] <support@github.com> * adding Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Admiral Awkbar <admiralawkbar@github.com> |
||
---|---|---|
.. | ||
test | ||
clean-code-base-for-tests.sh | ||
cleanup-docker.sh | ||
README.md | ||
update-actions-version.sh | ||
upload-docker.sh | ||
validate-docker-labels.sh |
.automation
This folder holds automation scripts to help deploy
and cleanup
DockerHub images of the Super-Linter
cleanup-docker.sh
This script uses GitHub Actions so that when a PR is merged and closed, the GitHub Action is triggered. It will then search DockerHub for the image that was deployed during the development, and remove it.
upload-docker.sh
This script uses GitHub Actions so that when a push to the repository is committed, it will complete the following:
- Checkout the source code
- Build the Docker container for Super-Linter using that source code
- Upload the container to DockerHub
When the script is triggered on master, it will push with the tag:latest which is used by all scripting for general availability. When the script is triggered in a branch, it will push with the tag:NameOfBranch which can be used for:
- testing
- troubleshooting
- debugging
- Note: The branch name will be reduced to alphanumeric for consistency and uploading
test
This folder holds all Test Cases to help run the CI/CT/CD process for the Super-Linter.