-
Notifications
You must be signed in to change notification settings - Fork 5
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
CVE Fixes #104
base: main
Are you sure you want to change the base?
CVE Fixes #104
Conversation
f8bbafe
to
b8896aa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sriramr98 Thanks a lot for looking into it.
Few comments but the rest looks good. I'll look at the CI too so we can fix it and merge
.github/workflows/bin-ci.yml
Outdated
@@ -96,7 +96,7 @@ jobs: | |||
--junitfile "$TEST_RESULTS_DIR/${{ matrix.consul-version }}/gotestsum-report.xml" -- \ | |||
-race "${PACKAGE_NAMES[@]}" \ | |||
-- "$FLAG" | |||
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 | |||
- uses: actions/upload-artifact@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should pin the GitHub Action for better security.
- uses: actions/upload-artifact@v4 | |
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 |
.github/workflows/build.yml
Outdated
@@ -55,7 +55,7 @@ jobs: | |||
version: ${{ needs.get-product-version.outputs.product-version }} | |||
product: ${{ env.PRD_NAME }} | |||
repositoryOwner: "hashicorp" | |||
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 | |||
- uses: actions/upload-artifact@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should pin the GitHub Action for better security.
- uses: actions/upload-artifact@v4 | |
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 |
.github/workflows/build.yml
Outdated
@@ -105,13 +105,13 @@ jobs: | |||
zip -r out/${{ env.EXT_NAME }}_${{ needs.get-product-version.outputs.product-version }}_${{ env.GOOS }}_${{ env.GOARCH }}.zip extensions/ | |||
|
|||
- name: Upload consul-lambda-registrator | |||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 | |||
uses: actions/upload-artifact@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should pin the GitHub Action for better security.
uses: actions/upload-artifact@v4 | |
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 |
.github/workflows/build.yml
Outdated
with: | ||
name: ${{ env.REG_NAME }}_${{ needs.get-product-version.outputs.product-version }}_${{ env.GOOS }}_${{ env.GOARCH }}.zip | ||
path: ./consul-lambda/out/${{ env.REG_NAME }}_${{ needs.get-product-version.outputs.product-version }}_${{ env.GOOS }}_${{ env.GOARCH }}.zip | ||
|
||
- name: Upload consul-lambda-extension | ||
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 | ||
uses: actions/upload-artifact@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should pin the GitHub Action for better security.
uses: actions/upload-artifact@v4 | |
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 |
.github/workflows/build.yml
Outdated
@@ -169,7 +169,7 @@ jobs: | |||
git-short-sha: ${{ needs.get-product-version.outputs.git-short-sha }} | |||
steps: | |||
- name: Download image artifact | |||
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 | |||
uses: actions/download-artifact@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should pin the GitHub Action for better security.
uses: actions/download-artifact@v4 | |
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e #v4.2.1 |
.github/workflows/terraform-ci.yml
Outdated
@@ -121,7 +125,7 @@ jobs: | |||
--junitfile "$TEST_RESULTS/gotestsum-report.xml" \ | |||
--format standard-verbose -- \ | |||
./... -p 1 -timeout 90m -v -failfast | |||
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2 | |||
- uses: actions/upload-artifact@v4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should pin the GitHub Action for better security.
- uses: actions/upload-artifact@v4 | |
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 #v4.6.2 |
.github/workflows/build.yml
Outdated
@@ -139,7 +139,7 @@ jobs: | |||
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 | |||
|
|||
- name: Docker Build | |||
uses: hashicorp/actions-docker-build@v1 | |||
uses: hashicorp/actions-docker-build@v2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should pin the GitHub Action for better security.
uses: hashicorp/actions-docker-build@v2 | |
uses: hashicorp/actions-docker-build@11d43ef520c65f58683d048ce9b47d6617893c9a #v2 |
.github/workflows/terraform-ci.yml
Outdated
@@ -24,9 +24,9 @@ jobs: | |||
- name: Checkout | |||
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 | |||
- name: Setup Terraform | |||
uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # v2.0.3 | |||
uses: hashicorp/setup-terraform@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should pin the GitHub Action for better security.
uses: hashicorp/setup-terraform@v3 | |
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd #v3.1.2 |
.github/workflows/terraform-ci.yml
Outdated
@@ -108,6 +108,10 @@ jobs: | |||
aws configure set role_arn "${{ secrets.AWS_ROLE_ARN }}" | |||
aws configure set region us-west-2 | |||
aws configure set source_profile lambda_user | |||
- name: Setup Terraform | |||
uses: hashicorp/setup-terraform@v3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should pin the GitHub Action for better security.
uses: hashicorp/setup-terraform@v3 | |
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd #v3.1.2 |
bccf70f
to
76227cc
Compare
* Updated some more vulnerable dependency versions in tests
… from v3 to v4 for Github Actions
…er action dependency which fails tests by default as it's deprecated
…-> `proxyConfig`
…ecide whether or not to enforce mTLs.
…on issues. Squashing related commits for sanity.
8695981
to
32878aa
Compare
Changes proposed in this PR:
How I've tested this PR:
How I expect reviewers to test this PR:
Checklist: