Skip to content

Commit

Permalink
Update sample.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashKD authored May 2, 2024
1 parent eea8426 commit 76f41c6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Trivy
run: |
wget -qO - https://aquasecurity.github.io/trivy-repo/deb/public.key | sudo apt-key add -
echo "deb https://aquasecurity.github.io/trivy-repo/deb $(lsb_release -sc) main" | sudo tee -a /etc/apt/sources.list.d/trivy.list
sudo apt-get update
sudo apt-get install trivy
- name: Scan files with Trivy
run: |
Expand Down

0 comments on commit 76f41c6

Please sign in to comment.