Skip to content

Bump golang.org/x/crypto from 0.29.0 to 0.31.0 #155

Bump golang.org/x/crypto from 0.29.0 to 0.31.0

Bump golang.org/x/crypto from 0.29.0 to 0.31.0 #155

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'