Skip to content

build(deps): bump golang from 1.20 to 1.22 in the dev-dependencies group #96

build(deps): bump golang from 1.20 to 1.22 in the dev-dependencies group

build(deps): bump golang from 1.20 to 1.22 in the dev-dependencies group #96

Workflow file for this run

name: trivy vulnerability scanner
on:
push:
permissions:
contents: read # to fetch code (actions/checkout)
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