[apparmor] [PATCH v2 5/5] README: Document Coverity support

Tyler Hicks tyhicks at canonical.com
Thu Jan 7 02:44:47 UTC 2016


Signed-off-by: Tyler Hicks <tyhicks at canonical.com>
Acked-by: Steve Beattie <steve at nxnw.org>
---
 README | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/README b/README
index 279f596..44971ae 100644
--- a/README
+++ b/README
@@ -196,6 +196,27 @@ $ ./stress.sh
 
 (see stress.sh -h for options)
 
+Coverity Support
+----------------
+Coverity scans are available to AppArmor developers at
+https://scan.coverity.com/projects/apparmor.
+
+In order to submit a Coverity build for analysis, the cov-build binary
+must be discoverable from your PATH. See the "To Setup" section of
+https://scan.coverity.com/download?tab=cxx to obtain a pre-built copy of
+cov-build.
+
+To generate a compressed tarball of an intermediate Coverity directory:
+$ make coverity
+
+The compressed tarball is written to
+coverity/apparmor-<SNAPSHOT_VERSION>-cov-int.tar.gz, where <SNAPSHOT_VERSION>
+is something like 2.10.90~3328, and must be uploaded to
+https://scan.coverity.com/projects/apparmor/builds/new for analysis. You must
+include the snapshot version in Coverity's project build submission form so
+that it is quickly obvious to all AppArmor developers what snapshot of the
+AppArmor repository was used for the analysis.
+
 -----------------------------------------------
 Building and Installing AppArmor Kernel Patches
 -----------------------------------------------
-- 
2.5.0




More information about the AppArmor mailing list