summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2019-09-12 15:49:29 -0600
committermo khan <mo.khan@gmail.com>2019-09-12 16:07:45 -0600
commit526a18887f4bfdcf7d34a86cc208520b87859dfc (patch)
tree5643ac4d6cc8f77daec2d9cb308a27707427fb0d /README.md
parentfa7a0dd6496b119b6f143ef8deba177b16f53d1c (diff)
Add V2 report
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index e23b216..9511d1f 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,15 @@ where:
[test projects for security products](https://gitlab.com/gitlab-org/security-products/tests/) (e.g. `java-maven`)
- `git_ref` is the Git ref to checkout and scan against (e.g. `master`)
+### Updating the SPDX index
+
+We will need to periodically update the SPDX index. This can be achieved with
+the following command.
+
+```bash
+$ wget --timestamping https://spdx.org/licenses/licenses.json
+```
+
## Supported languages and package managers
The following table shows which languages and package managers are supported.