From cf30e8cbfe10be81d7b9966bb4a066c2fd350af0 Mon Sep 17 00:00:00 2001 From: "Pavel Milanes (CO7WT)" Date: Wed, 5 Oct 2022 11:27:14 -0400 Subject: [PATCH] Disable Vulns Scan, Docker scan is only available on docker-ce and github uses docker.io --- .github/workflows/10-docker-publish.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/10-docker-publish.yml b/.github/workflows/10-docker-publish.yml index 43afec9..26529f2 100644 --- a/.github/workflows/10-docker-publish.yml +++ b/.github/workflows/10-docker-publish.yml @@ -32,12 +32,12 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - name: Scan for vulnerabilities - run: docker scan -f Dockerfile pavelmc/openvpn-as > vul_scan_report.txt + # - name: Scan for vulnerabilities + # run: docker scan -f Dockerfile pavelmc/openvpn-as > vul_scan_report.txt - - name: Upload the result to an artifact - uses: actions/upload-artifact@v3 - with: - name: vul_scan_report.txt - path: vul_scan_report.txt - retention-days: 30 + # - name: Upload the result to an artifact + # uses: actions/upload-artifact@v3 + # with: + # name: vul_scan_report.txt + # path: vul_scan_report.txt + # retention-days: 30