We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0490e9f commit baa6bdaCopy full SHA for baa6bda
.github/dependabot.yml
@@ -6,10 +6,7 @@ updates:
6
interval: "weekly"
7
8
- package-ecosystem: "npm"
9
- directory: "/"
+ directory: "/e2e"
10
+ open-pull-requests-limit: 0
11
schedule:
- interval: "weekly"
12
- ignore:
13
- - dependency-name: "*"
14
- paths:
15
- - "e2e/fixtures/**"
+ interval: "daily"
.gitignore
@@ -12,10 +12,11 @@ pnpm-lock.yaml
**/tsconfig.tsbuildinfo
.envrc
-# Various SBOM Test Output Files
+# Various CLI Output Files
16
herodevs.report.json
17
herodevs.sbom.json
18
bom.json
19
sbom.json
20
cdx.json
21
-spdx.json
+spdx.json
22
+hd-tracker
0 commit comments