- Oct 15, 2024
-
-
euri10 authored
-
- Oct 04, 2024
-
-
Girija Saint-Ange authored
Resolve "README points to old Trivy docs" Closes #83 See merge request to-be-continuous/python!117
-
Bertrand Goareguer authored
-
semantic-release-bot authored
# [7.2.0](https://gitlab.com/to-be-continuous/python/compare/7.1.1...7.2.0) (2024-10-04) ### Bug Fixes * **release:** support full semantic-versioning specifcation (with prerelease and build metadata) ([08e9d7e9](https://gitlab.com/to-be-continuous/python/commit/08e9d7e9f7f1bdd43a2070c9ee5abb16a8b8aaa0)) * **trivy:** use --pkg-types instead of deprecated --vuln-type option ([5e0a0d29](https://gitlab.com/to-be-continuous/python/commit/5e0a0d2918fd7539bd2e1cb955e99ef5857db1f5)) ### Features * **trivy:** enable comprehensive priority ([322eb1b8](https://gitlab.com/to-be-continuous/python/commit/322eb1b88c49d9a1662ad6b6199541f1a82860ef))
-
Girija Saint-Ange authored
Resolve "Enable comprehensive priority for Trivy" Closes #78 See merge request to-be-continuous/python!115
-
Bertrand Goareguer authored
-
Girija Saint-Ange authored
Resolve "Trivy option --vuln-type is deprecated" Closes #82 See merge request to-be-continuous/python!116
-
Bertrand Goareguer authored
-
Pierre Smeyers authored
-
- Oct 03, 2024
-
-
semantic-release-bot authored
## [7.1.1](https://gitlab.com/to-be-continuous/python/compare/7.1.0...7.1.1) (2024-10-03) ### Bug Fixes * Poetry Build system test ([95056049](https://gitlab.com/to-be-continuous/python/commit/95056049e7ee8239b6358def7c594e7002036574))
-
Pierre Smeyers authored
Replace Poetry Build system test with more posix version Closes #79 See merge request to-be-continuous/python!113
-
S.Thiriet authored
-
- Sep 15, 2024
-
-
semantic-release-bot authored
# [7.1.0](https://gitlab.com/to-be-continuous/python/compare/7.0.2...7.1.0) (2024-09-15) ### Bug Fixes * check trivy activity to match new log format ([edd8fcf7](https://gitlab.com/to-be-continuous/python/commit/edd8fcf71f1b251c467d6bbce6e8a190d4584dda)) * pylint --ignore .cache not working now use find to exclude .cache ([e1463bc7](https://gitlab.com/to-be-continuous/python/commit/e1463bc750fbd24b12d407267061d8ae8a3718f1)) ### Features * isort exclude .cache ([e333183c](https://gitlab.com/to-be-continuous/python/commit/e333183ca48aa98baf9d510caf0c8f3f93d04b82)) * remove unnecesary install when use poetry or pipenv ([f025c6df](https://gitlab.com/to-be-continuous/python/commit/f025c6df22d48bd735458fc478b18d2235a715a2))
-
Pierre Smeyers authored
feat: remove unnecesary install and other optim See merge request to-be-continuous/python!110
-
- Sep 12, 2024
- Sep 06, 2024
-
-
to be continuous bot authored
chore(deps): update dependency to-be-continuous/bash to v3.5 See merge request to-be-continuous/python!112
-
to be continuous bot authored
-
- Aug 21, 2024
-
-
Pierre Smeyers authored
-
- Aug 11, 2024
-
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
Pierre Smeyers authored
-
- Jul 19, 2024
-
-
to be continuous bot authored
chore(deps): update dependency to-be-continuous/gitleaks to v2.6 See merge request to-be-continuous/python!111
-
to be continuous bot authored
-
- Jun 07, 2024
-
-
to be continuous bot authored
chore(deps): update dependency to-be-continuous/semantic-release to v3.11 See merge request to-be-continuous/python!109
-
to be continuous bot authored
-
- Jun 05, 2024
-
-
Pierre Smeyers authored
ci(security): add Gitleaks scan See merge request to-be-continuous/python!108
-
Anoop Mazhavancheri authored
-
- May 27, 2024
-
-
to be continuous bot authored
chore(deps): update dependency to-be-continuous/semantic-release to v3.10 See merge request to-be-continuous/python!107
-
to be continuous bot authored
-
- May 20, 2024
-
-
semantic-release-bot authored
## [7.0.2](https://gitlab.com/to-be-continuous/python/compare/7.0.1...7.0.2) (2024-05-20) ### Bug Fixes * issue [#73](https://gitlab.com/to-be-continuous/python/issues/73) github_get_latest_version ([ce26d5ab](https://gitlab.com/to-be-continuous/python/commit/ce26d5abba8950f30bad1d992a2481bf252359b7)) * README for trivy now enabled by default ([f5d5f2e9](https://gitlab.com/to-be-continuous/python/commit/f5d5f2e9c186b6aeb0c55ef45a65b85615b9ad7b))
-
Pierre Smeyers authored
fix: issue github_get_latest_version and README for trivy Closes #73 and #74 See merge request to-be-continuous/python!106
-
Pytgaen authored
-
- May 18, 2024
-
-
Pytgaen authored
-
semantic-release-bot authored
## [7.0.1](https://gitlab.com/to-be-continuous/python/compare/7.0.0...7.0.1) (2024-05-17) ### Bug Fixes * remove useless apt commands ([469ebece](https://gitlab.com/to-be-continuous/python/commit/469ebece1e05b4748c3bd4e2ff793b058ea57bbf))
-
Pierre Smeyers authored
-
- May 17, 2024
-
-
semantic-release-bot authored
# [7.0.0](https://gitlab.com/to-be-continuous/python/compare/6.11.1...7.0.0) (2024-05-17) ### Code Refactoring * **Trivy:** py-trivy job is enabled by default ([d9e86795](https://gitlab.com/to-be-continuous/python/commit/d9e867952d5a2040037c5cb03456380b976219af)) ### Features * add support for slim and alpine Python images + change default base image ([22003d19](https://gitlab.com/to-be-continuous/python/commit/22003d195670f3d923f31014636485bc783068bb)) ### BREAKING CHANGES * **Trivy:** py-trivy job is enabled by default 'trivy-enabled' input is no longer supported - use 'trivy-disabled' instead * the default base image has been changed to python:debian-slim
-
Bertrand Goareguer authored
BREAKING CHANGE: py-trivy job is enabled by default 'trivy-enabled' input is no longer supported - use 'trivy-disabled' instead
-