aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMathieu Suen <mathieu.suen@sonarsource.com>2022-02-24 17:29:09 +0100
committersonartech <sonartech@sonarsource.com>2022-02-28 20:03:03 +0000
commita3b2ced8fe9f767c70b691cbfe1fdc7a5833336e (patch)
treec5c175e4110acecc1771d0ca9d72c284316a895e /README.md
parent30b3456935e069ae51179ea33ea6b57f42bf1d46 (diff)
downloadsonarqube-a3b2ced8fe9f767c70b691cbfe1fdc7a5833336e.tar.gz
sonarqube-a3b2ced8fe9f767c70b691cbfe1fdc7a5833336e.zip
SONAR-15962 Remove check dependency github action workflow
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index c14a50132d4..b0b404e6250 100644
--- a/README.md
+++ b/README.md
@@ -71,8 +71,6 @@ Then open the root file `build.gradle` as a project in Intellij or Eclipse.
| ./gradlew command | Description |
|---|---|
| `dependencies`| list dependencies |
-| `dependencyCheckAnalyze` | list vulnerable dependencies |
-| `dependencyUpdates` | list the dependencies that could be updated |
| `licenseFormat --rerun-tasks` | fix source headers by applying HEADER.txt |
| `wrapper --gradle-version 5.2.1` | upgrade wrapper |