Disable biome and zizmor

This commit is contained in:
Nick Alteen
2025-10-31 10:15:23 -04:00
parent c699128fd8
commit 2084100763
3 changed files with 6 additions and 0 deletions

View File

@@ -35,7 +35,11 @@ jobs:
id: super-linter
uses: super-linter/super-linter/slim@v8
env:
CHECKOV_FILE_NAME: .checkov.yml
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
LINTER_RULES_PATH: ${{ github.workspace }}
VALIDATE_ALL_CODEBASE: true
VALIDATE_BIOME_FORMAT: false
VALIDATE_BIOME_LINT: false
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false

2
.trivyignore Normal file
View File

@@ -0,0 +1,2 @@
AVD-DS-0002
AVD-DS-0026