Skip to content

build(deps): bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11 #297

build(deps): bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11

build(deps): bump github.com/go-chi/chi/v5 from 5.0.10 to 5.0.11 #297

Workflow file for this run

name: "Build and test"
on:
push:
branches:
- main
pull_request:
paths-ignore:
- '.github/'
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/[email protected]
-
name: Docker build
env:
DOCKER_TAG: terraform-registry:latest
run: |
make DOCKER_TAG="${DOCKER_TAG}" build-docker
docker image save ${DOCKER_TAG} -o image.tar
-
name: Trivy vulnerability scan
uses: aquasecurity/[email protected]
with:
input: image.tar
format: 'table'
exit-code: '1'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'