Skip to content

build(deps): bump anchore/sbom-action from 0.21.0 to 0.21.1 (#6) #17

build(deps): bump anchore/sbom-action from 0.21.0 to 0.21.1 (#6)

build(deps): bump anchore/sbom-action from 0.21.0 to 0.21.1 (#6) #17

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: "1.25"
- name: Build Binary
run: go build -o ip-enrich .
- name: Sanity Check
run: ./ip-enrich list