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

Update CI Pipeline Documentation #573

Closed
wants to merge 4 commits into from
Closed

Update CI Pipeline Documentation #573

wants to merge 4 commits into from

Conversation

RoseSecurity
Copy link

What

  • Update CI Documentation for scanning all yaml files in a repository

Why

  • Update the documentation to reflect legitimately used pipelines such as:

GitLab Pipeline:

kubernetes-api-deprecation:
  image:
    name: golang:1.22-bookworm
  variables:
    KUBERNETES_TARGET_VERSION: "1.27.8-gke.1067004"
  before_script:
    - apt-get update && apt-get install -y git
  script:
    - git clone https://github.com/doitintl/kube-no-trouble.git
    - cd kube-no-trouble/
    - go build -o bin/kubent cmd/kubent/main.go
    - FILES=($(find . -type f -name '*.yaml')); bin/kubent ${FILES[@]/#/-f} --helm3=false -c=false --target-version=${KUBERNETES_TARGET_VERSION}

@RoseSecurity
Copy link
Author

@dark0dave Closed the other PR, signed this one, and here you go!

@dark0dave
Copy link
Collaborator

dark0dave commented Mar 5, 2024

Hi @RoseSecurity,

unsigned

I still see some of your commits are unsigned.
Fyi, you don't need to close the pr to update it.

I would rebase against the main branch and ensure you commits are signed rather than merging main into your branch.

Apologies about this but its important that we have verified commits.

@RoseSecurity RoseSecurity deleted the update-ci/cd-documentation branch March 5, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants