Skip to content

Commit f249e61

Browse files
committed
updating
1 parent ca2251a commit f249e61

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
docker run --rm -v $(pwd):/app aquasec/trivy:latest fs --format cyclonedx --output /app/sbom.json /app
2727
2828
- name: Upload SBOM artifact
29-
uses: actions/upload-artifact@v2
29+
uses: actions/upload-artifact@v4.6.2
3030
with:
3131
name: sbom
3232
path: sbom.json

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ aiohappyeyeballs==2.4.6
22
aiohttp==3.11.13
33
aiosignal==1.3.2
44
attrs==25.1.0
5+
build==1.2.2.post1
56
bumpver==2024.1130
67
click==8.1.8
78
colorama==0.4.6
@@ -15,6 +16,7 @@ multidict==6.1.0
1516
packaging==24.2
1617
pluggy==1.5.0
1718
propcache==0.3.0
19+
pyproject_hooks==1.2.0
1820
pytest==8.3.5
1921
setuptools==75.8.2
2022
termcolor==2.5.0

0 commit comments

Comments
 (0)