diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index eace1348a..238236aec 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -18,6 +18,7 @@ jobs: env: COMPILER: "gcc" COMPILER_VERSION: "13" + - name: Install Coverity run: | wget -q https://scan.coverity.com/download/cxx/linux64 --post-data "token=$TOKEN&project=mbroz/cryptsetup" -O cov-analysis-linux64.tar.gz