8000 chore(deps): bump github.com/anchore/syft from 1.23.0 to 1.23.1 · anchore/grant@1f8e7ec · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): bump github.com/anchore/syft from 1.23.0 to 1.23.1 #376

chore(deps): bump github.com/anchore/syft from 1.23.0 to 1.23.1

chore(deps): bump github.com/anchore/syft from 1.23.0 to 1.23.1 #376

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
0