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 5aff6c6 commit 3173297
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
echo "Content-Type: text/plain; charset=UTF-8" >> email.txt
echo "" >> email.txt
cat body.txt >> email.txt
sudo apt-get update
sudo apt-get install -y mailutils
cat email.txt | mail -s "Trivy Scan Report" [email protected]
env:
SMTP_SERVER: smtp.gmail.com
Expand Down

0 comments on commit 3173297

Please sign in to comment.