diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88fe84680b..8d364840dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -398,3 +398,4 @@ jobs: image: "unstructured:dev" severity-cutoff: critical only-fixed: true + output-format: table diff --git a/.grype.yaml b/.grype.yaml new file mode 100644 index 0000000000..5e041c462f --- /dev/null +++ b/.grype.yaml @@ -0,0 +1,2 @@ +ignore: + - vulnerability: CVE-2024-11053 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f929c0429..14c8afe1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.16.12-dev0 +## 0.16.12-dev1 ### Enhancements diff --git a/unstructured/__version__.py b/unstructured/__version__.py index 5e9d1b8bb0..095d056ec7 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.16.12-dev0" # pragma: no cover +__version__ = "0.16.12-dev1" # pragma: no cover