Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit db9e4b2

Browse files
committed
Skip NodeChromium in Dockerfile scan
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 9f8663f commit db9e4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan-dockerfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
format: 'sarif'
3737
output: 'source-results.sarif'
3838
scanners: 'vuln,secret,misconfig'
39-
skip-dirs: 'tests,Video'
39+
skip-dirs: 'tests,Video,NodeChromium,NodeFirefox'
4040
exit-code: '${{ env.EXIT_CODE }}'
4141
severity: '${{ env.SEVERITY }}'
4242
limit-severities-for-sarif: true

0 commit comments

Comments
 (0)