Skip to content

Bump golang.org/x/net from 0.1.0 to 0.25.0 #120

Bump golang.org/x/net from 0.1.0 to 0.25.0

Bump golang.org/x/net from 0.1.0 to 0.25.0 #120

Workflow file for this run

name: trivy vulnerability scanner
on:
push:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build an image from Dockerfile
run: |
make build.docker
- name: Run trivy
run: |
./scripts/run-trivy.sh