Skip to content

chore: update trigger-release.sh same as syft/grype #267

chore: update trigger-release.sh same as syft/grype

chore: update trigger-release.sh same as syft/grype #267

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