From 117e54123baed6228ce2b5d4f711804011ecddf6 Mon Sep 17 00:00:00 2001 From: "J.-F. Lalande" Date: Fri, 19 Apr 2024 11:04:03 +0200 Subject: [PATCH] link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 628ee74..f8a0fc4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains the source code for reproducing the experiments of the The provided source code enables to rebuild Docker and Singularity images for several static analysis tools of the literature, but pre-build images can be retrieved directly from the following locations: -- Docker images: https://hub.docker.com/u/histausse (or see full list at the end of this README) +- Docker images: https://hub.docker.com/u/histausse (or see full list at [the end of this README](#dockerhub-images)) - Singularity images: https://zenodo.org/records/10980349 The Docker image provides an interactive container to the user for analyzing an APK file. The Singularity image helps to run batch analysis for a dataset of applications on a Singularity cluster. Additionally, the source code contains scripts for extracting the status of each APK analysis (failed/finished) and some characteristics (time, memory) and pushing these values in a database for further statistics.