github.com/noqcks/syft@v0.0.0-20230920222752-a9e2c4e288e5/test/integration/test-fixtures/image-pkg-coverage/pkgs/github-actions/.github/workflows/validations.yaml (about)

     1  name: "Validations"
     2  
     3  on:
     4    workflow_dispatch:
     5    pull_request:
     6    push:
     7      branches:
     8        - main
     9  
    10  jobs:
    11    call-workflow-1-in-local-repo:
    12      uses: octo-org/this-repo/.github/workflows/workflow-1.yml@172239021f7ba04fe7327647b213799853a9eb89
    13  
    14    Unit-Test:
    15      name: "Unit tests"
    16      runs-on: ubuntu-20.04
    17      steps:
    18        - uses: actions/checkout@v4