We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813864f commit 51ea2faCopy full SHA for 51ea2fa
.github/workflows/gitops.yml
@@ -44,6 +44,7 @@ jobs:
44
uses: aquasecurity/tfsec-action@v1.0.3
45
with:
46
working_directory: ${{ env.TERRAFORM_DIR }}
47
+ additional_args: --exclude-severity LOW,MEDIUM
48
49
# Install the latest version of Google Cloud SDK
50
- id: cloud_sdk_installation
0 commit comments