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 c3d4f4b commit cf2a0f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y wget
wget -qO- https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sudo bash
go install github.com/aquasecurity/trivy/cmd/trivy@latest
export PATH=$PATH:$(go env GOPATH)/bin
- name: Run Trivy scan on Docker image
run: |
Expand Down

0 comments on commit cf2a0f8

Please sign in to comment.