Skip to content

Commit

Permalink
feat(terraform_plan): remove secret (#6705)
Browse files Browse the repository at this point in the history
* remove secret

* add exclusion pattern

* give packages permissions

---------

Co-authored-by: Max Amelchenko <[email protected]>
  • Loading branch information
maxamel and Max Amelchenko authored Sep 5, 2024
1 parent 76e66cb commit f4ab23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/exclude-patterns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ tests/terraform/checks/resource/azure/example_AzureInstanceExtensions/main.tf
tests/unit/test_secrets.py
tests/terraform/runner/resources/plan/tfplan.json
tests/terraform/parser/resources/plan_tags/tfplan.json
tests/terraform/image_referencer/resources/aws/batch_tfplan.json
tests/helm/runner/resources/schema-registry
tests/common/utils/conftest.py
tests/terraform/runner/resources/get_graph_resource_entity_config/main.tf
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/security-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

permissions:
contents: read
packages: read

jobs:
bandit:
Expand Down

0 comments on commit f4ab23f

Please sign in to comment.