Skip to content

chore(deps): updated module github.com/anchore/syft from v1.42.3 to v1.42.4 #1010

chore(deps): updated module github.com/anchore/syft from v1.42.3 to v1.42.4

chore(deps): updated module github.com/anchore/syft from v1.42.3 to v1.42.4 #1010

name: Test Pull Request
on:
pull_request:
branches:
- main
- v*
jobs:
unit:
name: Unit Tests
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Run Unit Tests
run: ./scripts/unit.sh
upload:
name: Upload Workflow Event Payload
runs-on: ubuntu-24.04
steps:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: event-payload
path: ${{ github.event_path }}