Skip to content
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
4e343ca
use zizmor
anthony-nhs Mar 28, 2026
1741809
more fixes
anthony-nhs Mar 30, 2026
ef03469
fix workflows
anthony-nhs Mar 30, 2026
bc651ab
run new checks
anthony-nhs Apr 1, 2026
720975a
Merge remote-tracking branch 'origin/main' into test_zizmor
anthony-nhs Apr 1, 2026
df02e82
fix it
anthony-nhs Apr 1, 2026
255be16
fix it
anthony-nhs Apr 1, 2026
ff3a0ce
comment out licence
anthony-nhs Apr 1, 2026
d2f50a9
suppress
anthony-nhs Apr 1, 2026
cf9ffd9
use published image
anthony-nhs Apr 1, 2026
a174012
Merge remote-tracking branch 'origin/main' into test_zizmor
anthony-nhs Apr 1, 2026
beb31fa
fix
anthony-nhs Apr 1, 2026
afe5c7d
remove 3 days
anthony-nhs Apr 1, 2026
2685c97
fix permissions
anthony-nhs Apr 1, 2026
2ce5b15
fix
anthony-nhs Apr 1, 2026
0d72662
more
anthony-nhs Apr 1, 2026
546fcd3
fix
anthony-nhs Apr 1, 2026
cc9305e
fix docs
anthony-nhs Apr 1, 2026
332f361
add zizmor
anthony-nhs Apr 1, 2026
e0dad28
copy grant config
anthony-nhs Apr 1, 2026
7abf7e3
copy zizmor
anthony-nhs Apr 1, 2026
56bba13
permissions to job level
anthony-nhs Apr 1, 2026
7607dfc
really tighten permissions
anthony-nhs Apr 1, 2026
525368d
copy zizmor
anthony-nhs Apr 1, 2026
41d3587
update readme
anthony-nhs Apr 1, 2026
9e5351b
update zizmor config
anthony-nhs Apr 1, 2026
e57ff56
explicit permissions
anthony-nhs Apr 1, 2026
5bc995b
more remove trivy
anthony-nhs Apr 1, 2026
364ced9
new devcontainer
anthony-nhs Apr 1, 2026
3fdc184
remove unneeded actions
anthony-nhs Apr 1, 2026
11d96f6
update readme
anthony-nhs Apr 2, 2026
7ae7e1b
fix
anthony-nhs Apr 2, 2026
ad9098f
Merge remote-tracking branch 'origin/main' into test_zizmor
anthony-nhs Apr 2, 2026
97a731e
debug
anthony-nhs Apr 2, 2026
aead0ee
more debug
anthony-nhs Apr 2, 2026
2c51ba1
even more debug
anthony-nhs Apr 2, 2026
9812406
scan a different way
anthony-nhs Apr 2, 2026
6a2b506
remove .
anthony-nhs Apr 2, 2026
909b981
no branch
anthony-nhs Apr 2, 2026
c856b02
show bad commit
anthony-nhs Apr 2, 2026
81f9b8a
remove bad
anthony-nhs Apr 2, 2026
37d91af
go back
anthony-nhs Apr 2, 2026
57625fe
revert changes to gitignore
anthony-nhs Apr 2, 2026
38d45e1
update
anthony-nhs Apr 2, 2026
8bb2b6a
Merge branch 'main' into test_zizmor
anthony-nhs Apr 2, 2026
f0c4e3c
ignore scripts
anthony-nhs Apr 7, 2026
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 .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"args": {
"DOCKER_GID": "${env:DOCKER_GID:}",
"IMAGE_NAME": "node_24_python_3_14",
"IMAGE_VERSION": "v1.2.0",
"IMAGE_VERSION": "v1.4.2",
"USER_UID": "${localEnv:USER_ID:}",
"USER_GID": "${localEnv:GROUP_ID:}"
},
Expand Down
67 changes: 0 additions & 67 deletions .github/workflows/combine-dependabot-prs.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-approve-and-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-22.04
if: ${{ github.actor == 'dependabot[bot]' }}
if: (github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'eps-create-pull-request[bot]') && github.repository == github.event.pull_request.head.repo.full_name
steps:
- name: Get token from Github App
id: get_app_token
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/get-repo-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
with:
ref: ${{ env.BRANCH_NAME }}
fetch-depth: 0
persist-credentials: false

- name: Load config value
id: load-config
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ jobs:
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
branch_name: ${{ github.event.pull_request.head.ref }}
tag_format: ${{ needs.get_config_values.outputs.tag_format }}
secrets: inherit
64 changes: 9 additions & 55 deletions .github/workflows/quality-checks-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
with:
ref: ${{ env.BRANCH_NAME }}
fetch-depth: 0
persist-credentials: false

- &setup_npmrc
name: Setting up .npmrc
Expand Down Expand Up @@ -121,14 +122,7 @@ jobs:
fi
- name: Check licenses
run: |
make trivy-license-check

- name: Show license scan output
if: always()
run: |
if [ -f license_scan.txt ]; then
cat .trivy_out/license_scan.txt
fi
make grant-scan
- name: Run code lint
run: |
make lint
Expand All @@ -140,51 +134,19 @@ jobs:
- name: Run unit tests
run: |
make test
- name: make generate sbom
- name: Generate sbom
run: |
make trivy-generate-sbom
make syft-generate-sbom-dev-dependencies
- name: Upload sbom
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f
with:
name: sbom.cdx.json
path: .trivy_out/sbom.cdx.json
name: sbom.dev.cdx.json
path: .sbom/sbom.dev.cdx.json

- name: Check python vulnerabilities
if: ${{ steps.check_languages.outputs.uses_poetry == 'true' }}
continue-on-error: ${{ github.actor == 'dependabot[bot]' }}
- name: Check vulnerabilities
run: |
make trivy-scan-python
make grype-scan-dev-dependencies

- name: Check node vulnerabilities
if: ${{ steps.check_languages.outputs.uses_node == 'true' }}
continue-on-error: ${{ github.actor == 'dependabot[bot]' }}
run: |
make trivy-scan-node
- name: Check go vulnerabilities
if: ${{ steps.check_languages.outputs.uses_go == 'true' }}
continue-on-error: ${{ github.actor == 'dependabot[bot]' }}
run: |
make trivy-scan-go
- name: Check java vulnerabilities
if: ${{ steps.check_languages.outputs.uses_java == 'true' }}
continue-on-error: ${{ github.actor == 'dependabot[bot]' }}
run: |
make trivy-scan-java
- name: Show vulnerability output
if: always()
run: |
if [ -f .trivy_out/dependency_results_python.txt ]; then
cat .trivy_out/dependency_results_python.txt
fi
if [ -f .trivy_out/dependency_results_node.txt ]; then
cat .trivy_out/dependency_results_node.txt
fi
if [ -f .trivy_out/dependency_results_java.txt ]; then
cat .trivy_out/dependency_results_java.txt
fi
if [ -f .trivy_out/dependency_results_go.txt ]; then
cat .trivy_out/dependency_results_go.txt
fi
- name: "check is SONAR_TOKEN exists"
env:
super_secret: ${{ secrets.SONAR_TOKEN }}
Expand Down Expand Up @@ -310,18 +272,10 @@ jobs:
- name: Check docker vulnerabilities
continue-on-error: ${{ github.actor == 'dependabot[bot]' }}
run: |
make trivy-scan-docker
make grype-scan-docker-image
env:
DOCKER_IMAGE: ${{ matrix.docker_image }}

- name: Show docker vulnerability output
if: always()
run: |
echo "Scan output for ${{ matrix.docker_image }}"
if [ -f .trivy_out/dependency_results_docker.txt ]; then
cat .trivy_out/dependency_results_docker.txt
fi

IaC-validation:
runs-on: ubuntu-22.04
container:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ jobs:
pinned_image: ${{ needs.get_config_values.outputs.pinned_image }}
branch_name: main
tag_format: ${{ needs.get_config_values.outputs.tag_format }}
secrets: inherit
7 changes: 6 additions & 1 deletion .github/workflows/tag-release-devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
with:
repository: ${{ github.repository }}
ref: ${{ github.sha }}
persist-credentials: true # needed for semantic-release to push tags and commits
Comment thread
anthony-nhs marked this conversation as resolved.
Outdated

- name: Checkout semantic-release workflow
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
Expand All @@ -127,6 +128,7 @@ jobs:
release.config.cjs
releaseNotesTemplates/commit.hbs
packages/
persist-credentials: false
- name: Install semantic release dependencies globally
run: |
cd common_workflow_config
Expand Down Expand Up @@ -279,6 +281,7 @@ jobs:
repository: ${{ github.repository }}
ref: gh-pages
path: gh-pages
persist-credentials: true # needed for push to gh-pages
Comment thread
anthony-nhs marked this conversation as resolved.

- name: Publish release notes to gh-pages
if: ${{ !inputs.dry_run }}
Expand Down Expand Up @@ -319,5 +322,7 @@ jobs:
shell: bash
run: |
TIMESTAMP=$(date +%s)
VERSION=$(echo ${{ steps.output_version_tag.outputs.VERSION_TAG }} | tr . -)
VERSION=$(echo "${VERSION_TAG}" | tr . -)
echo CHANGE_SET_VERSION="$VERSION-$TIMESTAMP" >> "$GITHUB_OUTPUT"
env:
VERSION_TAG: ${{ steps.output_version_tag.outputs.VERSION_TAG }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ release_notes
.venv
.asdf
.trivy_out
.sbom
6 changes: 6 additions & 0 deletions .grype.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ignore:
# undici
- vulnerability: GHSA-v9p9-hfj2-hcw8
- vulnerability: GHSA-vrm6-8vpv-qv8q
# picomatch
- vulnerability: GHSA-c2c7-rcm5-vvqj
Comment thread
anthony-nhs marked this conversation as resolved.
127 changes: 0 additions & 127 deletions combine-prs.js

This file was deleted.

Loading
Loading