update trunk, templates

This commit is contained in:
WorldTeacher
2024-06-11 13:59:52 +02:00
parent ab18c4cb0e
commit cfe6eca907
4 changed files with 32 additions and 39 deletions

View File

@@ -0,0 +1,14 @@
module.exports = {
plugins: [
{
name: "preset-default",
params: {
overrides: {
removeViewBox: false, // https://github.com/svg/svgo/issues/1128
sortAttrs: true,
removeOffCanvasPaths: true,
},
},
},
],
};

View File

@@ -25,13 +25,14 @@ lint:
- trivy
- trufflehog
enabled:
- osv-scanner@1.7.2
- svgo@3.3.2
- osv-scanner@1.7.4
- sql-formatter@15.3.1
- sqlfluff@3.0.6
- sqlfluff@3.0.7
- isort@5.13.2
- ruff@0.4.3
- ruff@0.4.7
- bandit@1.7.8
- markdownlint@0.40.0
- markdownlint@0.41.0
- yamllint@1.35.1
- black@24.4.2
actions: