-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update contracts in chainloop oss (#1506)
Signed-off-by: Jose I. Paris <[email protected]>
- Loading branch information
Showing
6 changed files
with
37 additions
and
35 deletions.
There are no files selected for viewing
29 changes: 18 additions & 11 deletions
29
.github/workflows/contracts/chainloop-chainloop-github-release.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
# contract used in chainloop-vault-release workflow | ||
schemaVersion: v1 | ||
policies: | ||
materials: | ||
- ref: sbom-with-licenses | ||
- ref: sbom-freshness | ||
- ref: sbom-banned-licenses | ||
with: | ||
licenses: AGPL-1.0-only, AGPL-1.0-or-later, AGPL-3.0-only, AGPL-3.0-or-later | ||
- ref: sbom-banned-components | ||
with: | ||
components: [email protected] | ||
attestation: | ||
- ref: sbom-present | ||
- ref: source-commit | ||
- ref: source-commit | ||
policyGroups: | ||
- ref: sbom-quality | ||
with: | ||
sbom_name: cas-cyclonedx | ||
bannedLicenses: AGPL-1.0-only, AGPL-1.0-or-later, AGPL-3.0-only, AGPL-3.0-or-later | ||
bannedComponents: [email protected] | ||
- ref: sbom-quality | ||
with: | ||
sbom_name: cli-cyclonedx | ||
bannedLicenses: AGPL-1.0-only, AGPL-1.0-or-later, AGPL-3.0-only, AGPL-3.0-or-later | ||
bannedComponents: [email protected] | ||
- ref: sbom-quality | ||
with: | ||
sbom_name: controlplane-cyclonedx | ||
bannedLicenses: AGPL-1.0-only, AGPL-1.0-or-later, AGPL-3.0-only, AGPL-3.0-or-later | ||
bannedComponents: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Contract used in chainloop-docs-release workflow | ||
schemaVersion: v1 | ||
runner: | ||
type: GITHUB_ACTION | ||
|
@@ -6,20 +7,17 @@ materials: | |
name: built-site | ||
optional: false | ||
output: true | ||
- type: SBOM_CYCLONEDX_JSON | ||
name: sbom-cdx | ||
output: false | ||
- type: SBOM_SPDX_JSON | ||
name: sbom-spdx | ||
output: false | ||
policies: | ||
attestation: | ||
- ref: source-commit | ||
materials: | ||
- ref: sbom-present | ||
- ref: sbom-banned-licenses | ||
with: | ||
licenses: AGPL-1.0-only, AGPL-1.0-or-later, AGPL-3.0-only, AGPL-3.0-or-later | ||
- ref: sbom-banned-components | ||
with: | ||
components: [email protected] | ||
policyGroups: | ||
- ref: sbom-quality | ||
with: | ||
sbom_name: sbom-cdx | ||
bannedLicenses: AGPL-1.0-only, AGPL-1.0-or-later, AGPL-3.0-only, AGPL-3.0-or-later | ||
bannedComponents: [email protected] | ||
- ref: sbom-quality | ||
with: | ||
sbom_name: sbom-spdx | ||
bannedLicenses: AGPL-1.0-only, AGPL-1.0-or-later, AGPL-3.0-only, AGPL-3.0-or-later | ||
bannedComponents: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Contract for the chainloop-vault-build-and-package workflow | ||
schemaVersion: v1 | ||
runner: | ||
type: GITHUB_ACTION | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters