deps: update github.com/anchore/stereoscope digest to 4b999b7 #1288
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: code-checks | |
on: | |
pull_request: {} | |
push: | |
branches: | |
- "**" | |
jobs: | |
gosec: | |
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected] | |
with: | |
install-go: true | |
go-version: "1.21.4" | |
lint-commands: | | |
make bootstrap-tools | |
make lintsec | |
golint: | |
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected] | |
with: | |
install-go: true | |
go-version: "1.21.4" | |
lint-commands: | | |
make bootstrap-tools | |
make lint |