diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fe0c15a2..9215c651 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,14 +3,14 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: daily + interval: weekly - package-ecosystem: pip directory: /PyOdbDesignServer schedule: - interval: daily + interval: weekly - package-ecosystem: docker directory: / schedule: - interval: daily + interval: weekly diff --git a/Dockerfile_PyOdbDesignServer b/Dockerfile_PyOdbDesignServer index 55c6dff8..8a91bf18 100644 --- a/Dockerfile_PyOdbDesignServer +++ b/Dockerfile_PyOdbDesignServer @@ -60,7 +60,7 @@ RUN apt-get update && \ python3-pip WORKDIR /PyOdbDesignServer -RUN python3 -m pip install -r requirements.txt --break-system-packages +RUN python3 -m pip install -r requirements.txt --break-system-packages --require-hashes # run WORKDIR /PyOdbDesignServer diff --git a/docs/README.md b/docs/README.md index edaf2d72..b3dd382e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -68,6 +68,7 @@ The diagram describes the current state of parser implementation and data availa | Security Code Scan | [![CodeQL Security Scan](https://github.com/nam20485/OdbDesign/actions/workflows/codeql.yml/badge.svg?branch=development)](https://github.com/nam20485/OdbDesign/actions/workflows/codeql.yml) | | Docker Security Scan | [![Docker Scout Scan](https://github.com/nam20485/OdbDesign/actions/workflows/docker-scout-scan.yml/badge.svg?branch=development)](https://github.com/nam20485/OdbDesign/actions/workflows/docker-scout-scan.yml) | | Dependency Review Scan | [![Dependency Review](https://github.com/nam20485/OdbDesign/actions/workflows/dependency-review.yml/badge.svg?branch=development)](https://github.com/nam20485/OdbDesign/actions/workflows/dependency-review.yml) | +| Upload SBOM | [![SBOM Generate and Submit](https://github.com/nam20485/OdbDesign/actions/workflows/sbom-generate-submit.yml/badge.svg?branch=development)](https://github.com/nam20485/OdbDesign/actions/workflows/sbom-generate-submit.yml) | #### `main` @@ -78,6 +79,7 @@ The diagram describes the current state of parser implementation and data availa | Security Code Scan | [![CodeQL Security Scan](https://github.com/nam20485/OdbDesign/actions/workflows/codeql.yml/badge.svg?branch=development)](https://github.com/nam20485/OdbDesign/actions/workflows/codeql.yml) | | Docker Security Scan | [![Docker Scout Scan](https://github.com/nam20485/OdbDesign/actions/workflows/docker-scout-scan.yml/badge.svg?branch=main)](https://github.com/nam20485/OdbDesign/actions/workflows/docker-scout-scan.yml) | | Dependency Review Scan | [![Dependency Review](https://github.com/nam20485/OdbDesign/actions/workflows/dependency-review.yml/badge.svg?branch=main)](https://github.com/nam20485/OdbDesign/actions/workflows/dependency-review.yml) | +| Upload SBOM | [![SBOM Generate and Submit](https://github.com/nam20485/OdbDesign/actions/workflows/sbom-generate-submit.yml/badge.svg?branch=main)](https://github.com/nam20485/OdbDesign/actions/workflows/sbom-generate-submit.yml) | #### `release` @@ -88,6 +90,7 @@ The diagram describes the current state of parser implementation and data availa | Security Code Scan | [![CodeQL Security Scan](https://github.com/nam20485/OdbDesign/actions/workflows/codeql.yml/badge.svg?branch=development)](https://github.com/nam20485/OdbDesign/actions/workflows/codeql.yml) | | Docker Security Scan | [![Docker Scout Scan](https://github.com/nam20485/OdbDesign/actions/workflows/docker-scout-scan.yml/badge.svg?branch=release)](https://github.com/nam20485/OdbDesign/actions/workflows/docker-scout-scan.yml) | | Dependency Review Scan | [![Dependency Review](https://github.com/nam20485/OdbDesign/actions/workflows/dependency-review.yml/badge.svg?branch=release)](https://github.com/nam20485/OdbDesign/actions/workflows/dependency-review.yml) | +| Upload SBOM | [![SBOM Generate and Submit](https://github.com/nam20485/OdbDesign/actions/workflows/sbom-generate-submit.yml/badge.svg?branch=release)](https://github.com/nam20485/OdbDesign/actions/workflows/sbom-generate-submit.yml) | ### Architecture