Skip to content

Commit

Permalink
Merge pull request #13857 from imjasonh/remediate
Browse files Browse the repository at this point in the history
remediate cves in terraform-docs and kind
  • Loading branch information
ajayk authored Feb 29, 2024
2 parents 136b8fb + 3b7dc66 commit e37f261
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 9 deletions.
13 changes: 9 additions & 4 deletions kind.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: kind
version: 0.22.0
epoch: 0
epoch: 1
description: Kubernetes IN Docker - local clusters for testing Kubernetes
copyright:
- license: Apache-2.0
Expand All @@ -15,10 +15,15 @@ environment:
- go

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://github.com/kubernetes-sigs/kind/archive/refs/tags/v${{package.version}}.tar.gz
expected-sha256: e3e21c8d1c4566d0d255e16e65bbc39297c8f5db41e7ec38d9d62a1ac9e51980
repository: https://github.com/kubernetes-sigs/kind
tag: v${{package.version}}
expected-commit: 2b248e7df157d4f1a44ecea114be3d58c9232930

- uses: go/bump
with:
deps: golang.org/x/sys@v0.0.0-20220412211240-33da011f77ad

- runs: |
make build
Expand Down
20 changes: 15 additions & 5 deletions terraform-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,30 @@
package:
name: terraform-docs
version: 0.17.0
epoch: 0
epoch: 1
description: Generate documentation from Terraform modules in various output formats
copyright:
- license: MIT

pipeline:
- uses: go/install
- uses: git-checkout
with:
package: github.com/terraform-docs/terraform-docs
version: v${{package.version}}
repository: https://github.com/terraform-docs/terraform-docs
tag: v${{package.version}}
expected-commit: 795d369fdcfbadef3cfca311be03135f794998c5

- uses: go/bump
with:
deps: golang.org/x/crypto@v0.17.0

- uses: go/build
with:
packages: .
output: terraform-docs

test:
pipeline:
- runs: terraform-docs --help
- runs: ls -lh /usr/bin && terraform-docs --help

update:
enabled: true
Expand Down

0 comments on commit e37f261

Please sign in to comment.