From 173bfbf7886608a4a7abbfac6a42ac4bf4a3432d Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 20 Sep 2020 16:14:20 +0100 Subject: New upstream version 1.5.0 --- .github/workflows/scan.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 .github/workflows/scan.yml (limited to '.github/workflows/scan.yml') diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml deleted file mode 100644 index 008961b..0000000 --- a/.github/workflows/scan.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: static code analysis - -on: - push: - schedule: - - cron: '0 0 * * 1' - -env: - SCAN_IMG: - yes-docker-local.artifactory.in.yubico.org/static-code-analysis/c:v1 - SECRET: ${{ secrets.ARTIFACTORY_READER_TOKEN }} - -jobs: - build: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@master - - - name: Scan but do not fail on warnings - run: | - if [ "${SECRET}" != "" ]; then - docker login yes-docker-local.artifactory.in.yubico.org/ \ - -u svc-static-code-analysis-reader \ - -p ${{ secrets.ARTIFACTORY_READER_TOKEN }} - docker pull ${SCAN_IMG} - docker run -v${PWD}:/k -e COMPILE_DEPS="${COMPILE_DEPS}" \ - -e PROJECT_NAME=${GITHUB_REPOSITORY#Yubico/} -t ${SCAN_IMG} - fi - continue-on-error: true - - - uses: actions/upload-artifact@master - if: failure() - with: - name: suppression_files - path: suppression_files -- cgit v1.2.3