Skip to content

Commit

Permalink
Install Docker Scan plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Bartosz Zurkowski <[email protected]>
  • Loading branch information
bzurkowski committed Sep 11, 2022
1 parent 6be6d4b commit 42bf2d9
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,18 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Docker Scan plugin
run: |
sudo apt-get update
sudo apt-get install -y docker-scan-plugin
- name: Test Docker version
run: |
docker version
docker scan
# - name: Build Docker image
# run: make docker-build
- name: Build Docker image
run: make docker-build

# - name: Scan Docker image for vulnerabilities
# run: make docker-scan
- name: Scan Docker image for vulnerabilities
run: make docker-scan

0 comments on commit 42bf2d9

Please sign in to comment.