diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2022-02-24 17:29:09 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-02-28 20:03:03 +0000 |
commit | a3b2ced8fe9f767c70b691cbfe1fdc7a5833336e (patch) | |
tree | c5c175e4110acecc1771d0ca9d72c284316a895e /README.md | |
parent | 30b3456935e069ae51179ea33ea6b57f42bf1d46 (diff) | |
download | sonarqube-a3b2ced8fe9f767c70b691cbfe1fdc7a5833336e.tar.gz sonarqube-a3b2ced8fe9f767c70b691cbfe1fdc7a5833336e.zip |
SONAR-15962 Remove check dependency github action workflow
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
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 | |