Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Dec 9, 2024
1 parent 1dbcebf commit a948dcb
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,29 @@ header:
- '**'
paths-ignore:
- '.github/**'
- '**/.gitkeep'
- '**/*.cfg'
- '**/*.conf'
- '**/*.j2'
- '**/*.json'
- '**/*.md'
- '**/*.rule'
- '**/*.tmpl'
- '**/*.txt'
- '.codespellignore'
- '.dockerignore'
- '.flake8'
- '.jujuignore'
- '.gitignore'
- '.licenserc.yaml'
- '.trivyignore'
- '.woke.yaml'
- '.woke.yml'
- 'CODEOWNERS'
- 'icon.svg'
- 'LICENSE'
- 'trivy.yaml'
- 'pyproject.toml'
- 'trivy.yaml'
- 'zap_rules.tsv'
- 'lib/**'
comment: on-failure
26 changes: 26 additions & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# penpot
CVE-2022-31159
CVE-2020-36518
CVE-2021-46877
CVE-2022-42003
CVE-2022-42004
CVE-2022-25647
CVE-2024-5971
CVE-2024-6162
CVE-2023-5685
CVE-2021-37714
CVE-2022-1471
CVE-2024-21634
CVE-2024-22871
CVE-2024-7885
CVE-2024-1635
CVE-2024-47554
CVE-2024-47535
CVE-2023-4639
# nodejs
CVE-2024-37890
CVE-2024-21538
# clojure
CVE-2024-22871
# pebble
CVE-2024-34156
2 changes: 2 additions & 0 deletions .woke.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore_files:
- lib/charms/redis_k8s/v0/redis.py

0 comments on commit a948dcb

Please sign in to comment.