Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow usage of the *-oci-ta Task variants #26

Merged
merged 1 commit into from
May 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 47 additions & 41 deletions data/required_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
# https://enterprisecontract.dev/docs/ec-policies/release_policy.html#tasks_package
pipeline-required-tasks:
fbc:
- effective_on: "2024-06-17T00:00:00Z"
tasks:
- [buildah, buildah-10gb, buildah-6gb, buildah-8gb, buildah-remote, buildah-oci-ta]
- deprecated-image-check
- fbc-related-image-check
- fbc-validation
- [git-clone, git-clone-oci-ta]
- init
- inspect-image
- show-sbom
- effective_on: "2023-08-31T00:00:00Z"
tasks:
- [buildah, buildah-10gb, buildah-6gb, buildah-8gb, buildah-remote]
Expand All @@ -14,20 +24,19 @@ pipeline-required-tasks:
- show-sbom
- summary
docker:
- effective_on: "2023-12-31T00:00:00Z"
- effective_on: "2024-06-17T00:00:00Z"
tasks:
- [buildah, buildah-10gb, buildah-6gb, buildah-8gb, buildah-remote]
- [buildah, buildah-10gb, buildah-6gb, buildah-8gb, buildah-remote, buildah-oci-ta]
- clair-scan
- clamav-scan
- deprecated-image-check
- git-clone
- [git-clone, git-clone-oci-ta]
- init
- prefetch-dependencies
- sast-snyk-check
- [prefetch-dependencies, prefetch-dependencies-oci-ta]
- [sast-snyk-check, sast-snyk-check-oci-ta]
- show-sbom
- source-build
- summary
- effective_on: "2023-11-11T00:00:00Z"
- [source-build, source-build-oci-ta]
- effective_on: "2023-12-31T00:00:00Z"
tasks:
- [buildah, buildah-10gb, buildah-6gb, buildah-8gb, buildah-remote]
- clair-scan
Expand All @@ -37,24 +46,23 @@ pipeline-required-tasks:
- init
- prefetch-dependencies
- sast-snyk-check
- sbom-json-check
- show-sbom
- source-build
- summary
generic:
- effective_on: "2023-12-31T00:00:00Z"
- effective_on: "2024-06-17T00:00:00Z"
tasks:
- [buildah, buildah-10gb, buildah-6gb, buildah-8gb, buildah-remote]
- [buildah, buildah-10gb, buildah-6gb, buildah-8gb, buildah-remote, buildah-oci-ta]
- clair-scan
- clamav-scan
- deprecated-image-check
- git-clone
- [git-clone, git-clone-oci-ta]
- init
- prefetch-dependencies
- sast-snyk-check
- [prefetch-dependencies, prefetch-dependencies-oci-ta]
- [sast-snyk-check, sast-snyk-check-oci-ta]
- show-sbom
- source-build
- summary
- effective_on: "2023-08-31T00:00:00Z"
- [source-build, source-build-oci-ta]
- effective_on: "2023-12-31T00:00:00Z"
tasks:
- [buildah, buildah-10gb, buildah-6gb, buildah-8gb, buildah-remote]
- clair-scan
Expand All @@ -64,24 +72,23 @@ pipeline-required-tasks:
- init
- prefetch-dependencies
- sast-snyk-check
- sbom-json-check
- show-sbom
- source-build
- summary
java:
- effective_on: "2023-12-31T00:00:00Z"
- effective_on: "2024-06-17T00:00:00Z"
tasks:
- clair-scan
- clamav-scan
- deprecated-image-check
- git-clone
- [git-clone, git-clone-oci-ta]
- init
- prefetch-dependencies
- [prefetch-dependencies, prefetch-dependencies-oci-ta]
- s2i-java
- sast-snyk-check
- [sast-snyk-check, sast-snyk-check-oci-ta]
- show-sbom
- source-build
- summary
- effective_on: "2023-08-31T00:00:00Z"
- [source-build, source-build-oci-ta]
- effective_on: "2023-12-31T00:00:00Z"
tasks:
- clair-scan
- clamav-scan
Expand All @@ -91,24 +98,23 @@ pipeline-required-tasks:
- prefetch-dependencies
- s2i-java
- sast-snyk-check
- sbom-json-check
- show-sbom
- source-build
- summary
nodejs:
- effective_on: "2023-12-31T00:00:00Z"
- effective_on: "2024-06-17T00:00:00Z"
tasks:
- clair-scan
- clamav-scan
- deprecated-image-check
- git-clone
- [git-clone, git-clone-oci-ta]
- init
- prefetch-dependencies
- [prefetch-dependencies, prefetch-dependencies-oci-ta]
- s2i-nodejs
- sast-snyk-check
- [sast-snyk-check, sast-snyk-check-oci-ta]
- show-sbom
- source-build
- summary
- effective_on: "2023-08-31T00:00:00Z"
- [source-build, source-build-oci-ta]
- effective_on: "2023-12-31T00:00:00Z"
tasks:
- clair-scan
- clamav-scan
Expand All @@ -118,28 +124,28 @@ pipeline-required-tasks:
- prefetch-dependencies
- s2i-nodejs
- sast-snyk-check
- sbom-json-check
rhartman93 marked this conversation as resolved.
Show resolved Hide resolved
- show-sbom
- source-build
- summary

# https://enterprisecontract.dev/docs/ec-policies/release_policy.html#tasks_package
required-tasks:
- effective_on: "2023-12-31T00:00:00Z"
- effective_on: "2024-06-17T00:00:00Z"
tasks:
- clair-scan
- clamav-scan
- git-clone
- [git-clone, git-clone-oci-ta]
- init
- prefetch-dependencies
- sast-snyk-check
- source-build
- summary
- effective_on: "2023-08-31T00:00:00Z"
- [prefetch-dependencies, prefetch-dependencies-oci-ta]
- [sast-snyk-check, sast-snyk-check-oci-ta]
- [source-build, source-build-oci-ta]
- effective_on: "2023-12-31T00:00:00Z"
tasks:
- clair-scan
- clamav-scan
- git-clone
- init
- prefetch-dependencies
- sast-snyk-check
- source-build
- summary