https://github.com/springload/python-static-analysis
https://github.com/springload/python-static-analysis
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/springload/python-static-analysis
- Owner: springload
- Created: 2021-11-26T02:20:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T22:53:51.000Z (over 1 year ago)
- Last Synced: 2025-02-01T06:25:26.487Z (about 1 year ago)
- Language: Dockerfile
- Size: 27.3 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-static-analysis
This repo generates a docker container containing the Static analysis tools that Springload uses
## Releases
To generate a new container version, add a git tag to a specific commit, and push that tag to the repo
Github actions will then build this container and attach tags for the major, minor and full version tags (ie, 2.1.3 would be tagged 2, 2.1 and 2.1.3)
## Versioning strategy
We are working with a [Semantic Versioning](https://semver.org/) strategy for releases on this container.
Practically this means that a *patch* version will for be anything backwards compatible, including adding a new tool.
A minor version is.... not very useful in this context, but could be a change to a tool, small package upgrades, or compatible base-container change.
A major version is **anything** that would change the formatting of previously acceptable code.
As such, we recommend pinning consuming repos to the *major*.