Skip to content

Commit

Permalink
chore: extend skip to include dev dockerfile which we know is always …
Browse files Browse the repository at this point in the history
…misbehavin
  • Loading branch information
carlmontanari committed Sep 3, 2024
1 parent 4895f0b commit 740a1ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ jobs:
severity: CRITICAL,HIGH
scanners: config
skip-dirs: ui/.next,charts,e2e
skip-files: build/clabverter.Dockerfile,build/launcher.Dockerfile
# we know launcher/dev/clabverter are using root user, its fine for now!
skip-files: build/clabverter.Dockerfile,build/launcher.Dockerfile,.develop/dev.Dockerfile

0 comments on commit 740a1ec

Please sign in to comment.