Skip to content

Add retry on 502 return code #130

Add retry on 502 return code

Add retry on 502 return code #130

Workflow file for this run

# Copyright 2022 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@v2
- name: Run Trivy vulnerability scanner (go.mod)
uses: aquasecurity/trivy-action@master
with:
scan-type: 'fs'
hide-progress: false
format: 'table'
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'