We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9ec85 commit 18827d1Copy full SHA for 18827d1
CHANGELOG.rst
@@ -4,6 +4,13 @@ Changelog
4
v35.4.0 (unreleased)
5
--------------------
6
7
+- Use deterministic UID/GID in Dockerfile.
8
+ A temporary ``chown`` service is now started in the ``docker-compose`` stack
9
+ to fix the permissions. This process is only fully run once.
10
+ You may manually run this process using the following:
11
+ ``$ chown -R 1000:1000 /var/scancodeio/``
12
+ https://github.com/aboutcode-org/scancode.io/issues/1555
13
+
14
- Resolve and load dependencies from SPDX SBOMs.
15
https://github.com/aboutcode-org/scancode.io/issues/1145
16
0 commit comments