Skip to content

build(deps): Bump github.com/northwood-labs/terraform-provider-corefunc from 1.2.0 to 1.2.1 in /terratest #324

build(deps): Bump github.com/northwood-labs/terraform-provider-corefunc from 1.2.0 to 1.2.1 in /terratest

build(deps): Bump github.com/northwood-labs/terraform-provider-corefunc from 1.2.0 to 1.2.1 in /terratest #324

Workflow file for this run

---
# This workflow uses actions that are not certified by GitHub. They are provided
# by a third-party and are governed by separate terms of service, privacy
# policy, and support documentation.
name: Govulncheck
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
jobs:
govulncheck_job:
runs-on: ubuntu-latest
name: Scan for vulns
steps:
- name: Harden Runner
uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
with:
egress-policy: audit
- name: Install Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.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