Skip to content

Commit

Permalink
ci: using slack sdk3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoofi-A-Appiah committed Jun 11, 2024
1 parent c1e3ffa commit ea59f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
role-session-name: GitHub_to_AWS_via_FederatedOIDC
aws-region: us-east-1

- name: Run Trivy vulnerability scanner
- name: Run Trivy vulnerability scan
run: |
TRIVY_OUTPUT=trivy_report_${{env.TIMESTAMP}}.json
trivy aws --region us-east-1 --format json --output ${TRIVY_OUTPUT} --severity MEDIUM
Expand Down

0 comments on commit ea59f80

Please sign in to comment.