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 59ec527 commit ff6cddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
cat body.txt >> email.txt
sudo apt-get update
sudo apt-get install -y mutt
mutt -s "Trivy Scan Report" -a ./trivy-files.txt -- [email protected] < email.txt
mutt -s "Trivy Scan Report" -a /home/runner/work/rc-ewallet/rc-ewallet/trivy-files.txt -- [email protected] < email.txt
env:
SMTP_SERVER: smtp.gmail.com
SMTP_PORT: 587
SMTP_PORT: 465
SMTP_USERNAME: [email protected]
SMTP_PASSWORD: ${{ secrets.SMTP_PASSWORD }}

0 comments on commit ff6cddd

Please sign in to comment.