Skip to content

Commit

Permalink
Release 0.89.0 (cartography-cncf#1283)
Browse files Browse the repository at this point in the history
- Update Semgrep findings schema documentation.
- Set release version 0.89.0.
  • Loading branch information
heryxpc authored and tmsteere committed Aug 8, 2024
1 parent 4939979 commit 3bbcca4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/root/modules/semgrep/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Represents a [Semgre Supply Chain](https://semgrep.dev/docs/semgrep-supply-chain
| dependency_file | Path of the file where the finding was discovered (e.g. lock.json, requirements.txt) |
| dependency_file_url | URL of the file where the finding was discovered |
| scan_time | Date and time when the finding was discovered in UTC |
| published_time | Date and time when the finding reference (CVE or GHSA) was published in UTC |
| fix_status | Whether the finding is fixed or not based on triage (e.g. UNKNOWN_STATUS, NEW, IN_PROGRESS, IGNORED, CLOSED) |
#### Relationships
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages
from setuptools import setup

__version__ = '0.88.0rc1'
__version__ = '0.89.0'


setup(
Expand Down

0 comments on commit 3bbcca4

Please sign in to comment.