Skip to content

deps: update module github.com/anchore/syft to v1.18.1 #2261

deps: update module github.com/anchore/syft to v1.18.1

deps: update module github.com/anchore/syft to v1.18.1 #2261

Workflow file for this run

name: code-checks
on:
pull_request: {}
push:
branches:
- "**"
jobs:
gosec:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.45.1
with:
install-go: true
lint-commands: |
make bootstrap-tools
make lintsec
golint:
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.45.1
with:
install-go: true
lint-commands: |
make bootstrap-tools
make lint