Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/container-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
contents: write
id-token: write
packages: write
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-container-release.yml@0c3b5555edfbbb10220ed435359dfd6769ad79ed # v3.2.0
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-container-release.yml@949059b3345aaf08170204e57a010324f03a985b # v4.5.0
2 changes: 1 addition & 1 deletion .github/workflows/container-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
name: Container Scan
permissions:
contents: read
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-container-scan.yml@0c3b5555edfbbb10220ed435359dfd6769ad79ed # v3.2.0
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-container-scan.yml@949059b3345aaf08170204e57a010324f03a985b # v4.5.0
2 changes: 1 addition & 1 deletion .github/workflows/container-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
name: Container Test
permissions:
contents: read
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-container-test.yml@0c3b5555edfbbb10220ed435359dfd6769ad79ed # v3.2.0
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-container-test.yml@949059b3345aaf08170204e57a010324f03a985b # v4.5.0
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
name: Dependency Review
permissions:
contents: read
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-dependency-review.yml@0c3b5555edfbbb10220ed435359dfd6769ad79ed # v3.2.0
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-dependency-review.yml@949059b3345aaf08170204e57a010324f03a985b # v4.5.0
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-container-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
name: Scheduled Container Scan
permissions:
contents: read
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-scheduled-container-scan.yml@0c3b5555edfbbb10220ed435359dfd6769ad79ed # v3.2.0
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-scheduled-container-scan.yml@949059b3345aaf08170204e57a010324f03a985b # v4.5.0
secrets:
cve-scan-slack-webhook-url: ${{ secrets.ANALYTICAL_PLATFORM_CVE_SCAN_SLACK_WEBHOOK_URL }}
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
contents: read
packages: read
statuses: write
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-super-linter.yml@0c3b5555edfbbb10220ed435359dfd6769ad79ed # v3.2.0
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-super-linter.yml@949059b3345aaf08170204e57a010324f03a985b # v4.5.0
with:
super-linter-variables: |
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
actions: read
contents: read
security-events: write
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-zizmor.yml@0c3b5555edfbbb10220ed435359dfd6769ad79ed # v3.2.0
uses: ministryofjustice/analytical-platform-github-actions/.github/workflows/reusable-zizmor.yml@949059b3345aaf08170204e57a010324f03a985b # v4.5.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Open a browser <http://localhost:3000>

### Base Image

OpenResty maintain their CHANGELOG [here](https://github.com/openresty/docker-openresty/blob/master/CHANGELOG.md)
OpenResty maintain their [CHANGELOG](https://github.com/openresty/docker-openresty/blob/master/CHANGELOG.md)

```bash
docker pull --platform linux/amd64 docker.io/openresty/openresty:1.27.1.2-1-alpine-fat
Expand Down
Loading