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/03-build-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max
build-args: |
BUILDKIT_INLINE_CACHE=1
${{ matrix.service == 'backend' && format('BACKEND_CACHE_BUST={0}', hashFiles('backend/**/*.py', 'backend/Dockerfile.backend', 'pyproject.toml', 'poetry.lock')) || '' }}

Check warning on line 124 in .github/workflows/03-build-secure.yml

View workflow job for this annotation

GitHub Actions / YAML Lint

124:121 [line-length] line too long (181 > 120 characters)

# Move cache to optimize for next run (temp workaround for actions/cache#828)
- name: 💾 Save BuildKit Cache
Expand Down Expand Up @@ -259,7 +259,7 @@
fi

- name: 📤 Upload SBOM Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
if: always() && steps.check-sbom.outputs.sbom_success == 'true'
with:
name: sbom-${{ matrix.service }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/06-weekly-security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
output: "sbom-${{ matrix.service }}.json"

- name: 📤 Upload Security Reports as Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: security-audit-${{ matrix.service }}
path: |
Expand Down
Loading