Skip to content

Commit

Permalink
Changed Ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
simonzhekoff committed Jan 6, 2025
1 parent ed08434 commit 3d3ae2e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
hide-progress: false
format: sarif
output: trivy.sarif
args: --skip-files main.tf
#skip-setup-trivy: true

- id: run_sarif_upload
Expand Down
2 changes: 0 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ locals {
}
}

# Ignore this warning: Failed to expand block. Invalid "for-each" argument. Must be known and iterable, below.
# trivy:ignore:Failed to expand block. Invalid "for-each" argument. Must be known and iterable.
# Management Lock for Resources
resource "azurerm_management_lock" "graphdb_rg_lock" {
for_each = var.lock_resources ? local.resources_to_lock_filtered : {}
Expand Down

0 comments on commit 3d3ae2e

Please sign in to comment.