Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/hashicorp/t…
Browse files Browse the repository at this point in the history
…erraform-plugin-sdk/v2-2.30.0
  • Loading branch information
skyzyx authored Nov 14, 2023
2 parents 22526f6 + a0cabe1 commit 0e56273
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 32 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/dependency-review.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@ jobs:
with:
egress-policy: audit

- name: Install Go
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: ">= 1.21"
cache: true

- id: govulncheck
uses: golang/govulncheck-action@7da72f730e37eeaad891fcff0a532d27ed737cd4 # v1.0.1
with:
go-version-input: ">= 1.21"
check-latest: true
4 changes: 2 additions & 2 deletions .github/workflows/pr-dep-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Dependency Review
uses: actions/dependency-review-action@6c5ccdad469c9f8a2996bfecaec55a631a347034 # v3.1.0
uses: actions/dependency-review-action@7bbfa034e752445ea40215fff1c3bf9597993d3f # v3.1.3
with:
fail-on-severity: low
license-check: true
vulnerability-check: yes
vulnerability-check: true
comment-summary-in-pr: on-failure
allow-licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, MPL-2.0, MIT

0 comments on commit 0e56273

Please sign in to comment.