Skip to content

Commit

Permalink
fixed the main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedEziox committed Oct 30, 2024
1 parent c05b6d2 commit c3d4f4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y wget
wget -O trivy.deb https://github.com/aquasecurity/trivy/releases/latest/download/trivy_Linux-64bit.deb
sudo dpkg -i trivy.deb
rm trivy.deb
wget -qO- https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo bash
- name: Run Trivy scan on Docker image
run: |
Expand Down

0 comments on commit c3d4f4b

Please sign in to comment.