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

feat(harness): add stackrun harness #171

Merged
merged 50 commits into from
May 17, 2024
Merged

Conversation

floreks
Copy link
Member

@floreks floreks commented Apr 19, 2024

Harness binary to execute infrastructure stack runs and sync run information with the Console API.

@floreks floreks self-assigned this Apr 19, 2024
@floreks floreks marked this pull request as draft April 19, 2024 15:10
@github-actions github-actions bot added size/XXL and removed size/XL labels Apr 23, 2024
hack/harness.Dockerfile Fixed Show fixed Hide fixed
hack/harness.Dockerfile Fixed Show fixed Hide fixed
hack/harness.Dockerfile Fixed Show fixed Hide fixed
hack/harness/base.Dockerfile Dismissed Show dismissed Hide dismissed
hack/harness/terraform.Dockerfile Fixed Show fixed Hide fixed
hack/harness/terraform.Dockerfile Fixed Show fixed Hide fixed
hack/harness/terraform.Dockerfile Fixed Show fixed Hide fixed
hack/harness/terraform.Dockerfile Fixed Show fixed Hide fixed
hack/harness/terraform.Dockerfile Dismissed Show dismissed Hide dismissed
@@ -0,0 +1,12 @@
ARG TERRAFORM_IMAGE_TAG=1.8.2

Check notice

Code scanning / Trivy

No HEALTHCHECK defined Low

Artifact: hack/harness/terraform.Dockerfile
Type: dockerfile
Vulnerability DS026
Severity: LOW
Message: Add HEALTHCHECK instruction in your Dockerfile
Link: DS026
ARG HARNESS_BASE_IMAGE_REPO=harness-base
ARG HARNESS_BASE_IMAGE=$HARNESS_BASE_IMAGE_REPO:$HARNESS_BASE_IMAGE_TAG

FROM $TERRAFORM_IMAGE as terraform

Check warning

Code scanning / Trivy

':latest' tag used Medium

Artifact: hack/harness/terraform.Dockerfile
Type: dockerfile
Vulnerability DS001
Severity: MEDIUM
Message: Specify a tag in the 'FROM' statement for image '1.8.2'
Link: DS001
ARG HARNESS_BASE_IMAGE=$HARNESS_BASE_IMAGE_REPO:$HARNESS_BASE_IMAGE_TAG

FROM $TERRAFORM_IMAGE as terraform
FROM $HARNESS_BASE_IMAGE as final

Check warning

Code scanning / Trivy

':latest' tag used Medium

Artifact: hack/harness/terraform.Dockerfile
Type: dockerfile
Vulnerability DS001
Severity: MEDIUM
Message: Specify a tag in the 'FROM' statement for image 'harness-base'
Link: DS001
ARG HARNESS_BASE_IMAGE=$HARNESS_BASE_IMAGE_REPO:$HARNESS_BASE_IMAGE_TAG

FROM $TERRAFORM_IMAGE as terraform
FROM $HARNESS_BASE_IMAGE as final

Check warning

Code scanning / Trivy

':latest' tag used Medium

Artifact: hack/harness/terraform.Dockerfile
Type: dockerfile
Vulnerability DS001
Severity: MEDIUM
Message: Specify a tag in the 'FROM' statement for image 'latest'
Link: DS001
@floreks floreks changed the title wip: feat(harness): add stackrun harness feat(harness): add stackrun harness May 17, 2024
@floreks floreks marked this pull request as ready for review May 17, 2024 11:51
@michaeljguarino michaeljguarino merged commit bbeb412 into main May 17, 2024
15 checks passed
@michaeljguarino michaeljguarino deleted the feat/stack-harness branch May 17, 2024 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants