Skip to content

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.35.0 to 2.36.0 #165

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.35.0 to 2.36.0

Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.35.0 to 2.36.0 #165

Workflow file for this run

# Copyright 2022-2024 Hewlett Packard Enterprise Development LP
name: Trivy
on:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run Trivy vulnerability scanner (go.mod)
uses: aquasecurity/[email protected]
with:
scan-type: 'fs'
hide-progress: false
format: 'table'
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'