diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 1e94fea..a88091d 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -13,6 +13,8 @@ jobs: - uses: actions/checkout@v2 - run: yarn - uses: anchore/sbom-action@main + with: + compare-pulls: true - run: yarn build - run: docker build -t sbom-action-test:latest . - uses: anchore/sbom-action@main diff --git a/README.md b/README.md index 02aac3f..e274180 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# sbom-action-test + # Getting Started with Create React App This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).