Skip to content

Commit

Permalink
Docker image vulnerability scan with grype (#441)
Browse files Browse the repository at this point in the history
* vulnerability scan (#381)
  • Loading branch information
0xERR0R authored Feb 22, 2022
1 parent 6270b6b commit df9866f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/development-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 42,14 @@ jobs:
tags: |
ghcr.io/0xerr0r/blocky:${{ steps.extract_branch.outputs.branch }}
spx01/blocky:${{ steps.extract_branch.outputs.branch }}
- name: Scan image
uses: anchore/scan-action@v3
id: scan
with:
image: "spx01/blocky:${{ steps.extract_branch.outputs.branch }}"
fail-build: false
acs-report-enable: true
- name: upload Anchore scan SARIF report
uses: github/codeql-action/upload-sarif@v1
with:
sarif_file: ${{ steps.scan.outputs.sarif }}

0 comments on commit df9866f

Please sign in to comment.