Skip to content

chore(deps): bump github.com/anchore/stereoscope from 0.0.5-0.20241018131503-a38c93517fc7 to 0.0.5 #254

chore(deps): bump github.com/anchore/stereoscope from 0.0.5-0.20241018131503-a38c93517fc7 to 0.0.5

chore(deps): bump github.com/anchore/stereoscope from 0.0.5-0.20241018131503-a38c93517fc7 to 0.0.5 #254

Workflow file for this run

name: "Validations"
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
permissions:
contents: read
env:
FORCE_COLOR: true
jobs:
Validations:
# Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline
name: "Validations"
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
- name: Bootstrap environment
uses: ./.github/actions/bootstrap
- name: Run all validations
run: make pr-validations