container-source-policy 0.5.0 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +13 -13
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # container-source-policy
2
2
 
3
- [![codecov](https://codecov.io/gh/tinovyatkin/container-source-policy/graph/badge.svg?token=tSSxWyOmP2)](https://codecov.io/gh/tinovyatkin/container-source-policy)
3
+ [![codecov](https://codecov.io/gh/wharflab/container-source-policy/graph/badge.svg?token=tSSxWyOmP2)](https://codecov.io/gh/wharflab/container-source-policy)
4
4
 
5
5
  Generate BuildKit **source policies** that make Docker builds reproducible and secure — without modifying your Dockerfiles.
6
6
 
@@ -39,7 +39,7 @@ Or install globally:
39
39
 
40
40
  ```bash
41
41
  # Go (build from source)
42
- go install github.com/tinovyatkin/container-source-policy@latest
42
+ go install github.com/wharflab/container-source-policy@latest
43
43
 
44
44
  # npm
45
45
  npm i -g container-source-policy
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "container-source-policy",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "Generate Buildx container source policy file for a given Dockerfile",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/tinovyatkin/container-source-policy.git"
7
+ "url": "git+https://github.com/wharflab/container-source-policy.git"
8
8
  },
9
9
  "main": "bin/index.js",
10
10
  "files": [
@@ -21,20 +21,20 @@
21
21
  "policy",
22
22
  "security"
23
23
  ],
24
- "author": "tinovyatkin",
25
- "license": "MIT",
24
+ "author": "wharflab",
25
+ "license": "Apache-2.0",
26
26
  "bugs": {
27
- "url": "https://github.com/tinovyatkin/container-source-policy/issues"
27
+ "url": "https://github.com/wharflab/container-source-policy/issues"
28
28
  },
29
- "homepage": "https://github.com/tinovyatkin/container-source-policy#readme",
29
+ "homepage": "https://github.com/wharflab/container-source-policy#readme",
30
30
  "optionalDependencies": {
31
- "container-source-policy-darwin-arm64": "0.5.0",
32
- "container-source-policy-darwin-x64": "0.5.0",
33
- "container-source-policy-linux-arm64": "0.5.0",
34
- "container-source-policy-linux-x64": "0.5.0",
35
- "container-source-policy-windows-arm64": "0.5.0",
36
- "container-source-policy-windows-x64": "0.5.0",
37
- "container-source-policy-freebsd-x64": "0.5.0"
31
+ "container-source-policy-darwin-arm64": "0.5.2",
32
+ "container-source-policy-darwin-x64": "0.5.2",
33
+ "container-source-policy-linux-arm64": "0.5.2",
34
+ "container-source-policy-linux-x64": "0.5.2",
35
+ "container-source-policy-windows-arm64": "0.5.2",
36
+ "container-source-policy-windows-x64": "0.5.2",
37
+ "container-source-policy-freebsd-x64": "0.5.2"
38
38
  },
39
39
  "scripts": {
40
40
  "postinstall": "node postinstall.js"