Skip to content

Commit 87ab61b

Browse files
committed
ci(trivy): disable vulnerability scan on PRs
1 parent 2dbd4c1 commit 87ab61b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/super-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
LINTER_RULES_PATH: .
7070
DEFAULT_BRANCH: main
7171
ENFORCE_COMMITLINT_CONFIGURATION_CHECK: true
72+
TRIVY_SCANNERS: ${{ (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && 'vuln,misconfig,secret' || 'misconfig,secret'}}
7273
BIOME_CONFIG_PATH: .biome.json
7374
GITHUB_ACTIONS_ZIZMOR_CONFIG_FILE: .zizmor.yml
7475
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)