Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
Disable Vulns Scan, Docker scan is only available on docker-ce and gi…
Browse files Browse the repository at this point in the history
…thub uses docker.io
  • Loading branch information
stdevPavelmc committed Oct 5, 2022
1 parent b0ca099 commit cf30e8c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/10-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cf30e8c

Please sign in to comment.