Skip to content

Commit

Permalink
ci: exclude downloaded modules for terraform scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielg2020 committed May 16, 2024
1 parent f2ef62c commit ed5a403
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/security-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
# Weekly on Monday at 00:00 UTC
- cron: 0 0 * * 1

env:
TRIVY_EXCLUDE_DOWNLOADED_MODULES: infra/terraform

jobs:
terraform-scan:
name: Terraform Scan
Expand Down

0 comments on commit ed5a403

Please sign in to comment.