Skip to content

Commit

Permalink
New release v0.4.0 (#57)
Browse files Browse the repository at this point in the history
* changelog

* Package

---------

Co-authored-by: Nicolas Vuillamy <nicolas.vuillamy@ox.security>
  • Loading branch information
nvuillam and megalinter-bot authored Aug 9, 2023
1 parent 23669e6 commit e92890e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

_Can be run using `npm run codetotal:beta`_

- Global

- Front-end

- Back-End

## [v0.4.0] - 2023-08-09

- Global
- Use latest version for production mode (by default), or beta version of MegaLinter to run CodeTotal in development mode
- Documentation of docker-compose variables
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[![GitHub contributors](https://img.shields.io/github/contributors/oxsecurity/codetotal.svg)](https://github.com/oxsecurity/codetotal/graphs/contributors/)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)


**CodeTotal** analyzes any **snippet**, **file**, or **repository** to detect possible **security flaws** such as **secret in code**, **open source vulnerability**, **code security**, **vulnerability**, insecure **infrastructure as code**, and potential **legal issues** with open source licenses.

To see how to use CodeTotal, please read [**online documentation**](https://codetotal.io) :)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"packages/backend",
"packages/app"
],
"version": "0.3.0",
"version": "0.4.0",
"description": "CodeTotal mono-repo",
"devDependencies": {
"@jest/globals": "^29.6.1",
Expand Down

0 comments on commit e92890e

Please sign in to comment.