Skip to content

Commit

Permalink
Fix Docker Scan plugin install
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 40843e0 commit 4c0d438
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,20 +72,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Inspect hardware architecture
run: |
uname -m
uname -a
- name: Install Docker Scan plugin
- name: Install latest Docker
run: |
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
sudo apt-get update
sudo apt-get install -y docker-scan-plugin
- name: Test Docker version
run: |
docker version
docker scan
sudo apt-get install docker-ce
- name: Build Docker image
run: make docker-build
Expand Down

0 comments on commit 4c0d438

Please sign in to comment.