aaf-mdqt 0.8.7 → 0.8.9

Sign up to get free protection for your applications and to get access to all the features.
data/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "app-name",
3
+ "private": true,
4
+ "dependencies": {},
5
+ "version": "0.1.0",
6
+ "devDependencies": {
7
+ "eslint": "9.17.0",
8
+ "eslint-config-prettier": "9.1.0",
9
+ "eslint-plugin-babel": "5.3.1",
10
+ "eslint-plugin-import": "2.31.0",
11
+ "eslint-plugin-prettier": "5.2.1",
12
+ "eslint-plugin-yml": "1.16.0",
13
+ "prettier": "3.4.2"
14
+ },
15
+ "scripts": {
16
+ "lint": "eslint . --ignore-path .eslintignore --quiet"
17
+ }
18
+ }
data/trivy.yaml ADDED
@@ -0,0 +1,4 @@
1
+ scan:
2
+ skip-dirs: []
3
+ skip-files:
4
+ - .env