We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca2251a commit f249e61Copy full SHA for f249e61
.github/workflows/scan.yml
@@ -26,7 +26,7 @@ jobs:
26
docker run --rm -v $(pwd):/app aquasec/trivy:latest fs --format cyclonedx --output /app/sbom.json /app
27
28
- name: Upload SBOM artifact
29
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4.6.2
30
with:
31
name: sbom
32
path: sbom.json
requirements.txt
@@ -2,6 +2,7 @@ aiohappyeyeballs==2.4.6
2
aiohttp==3.11.13
3
aiosignal==1.3.2
4
attrs==25.1.0
5
+build==1.2.2.post1
6
bumpver==2024.1130
7
click==8.1.8
8
colorama==0.4.6
@@ -15,6 +16,7 @@ multidict==6.1.0
15
16
packaging==24.2
17
pluggy==1.5.0
18
propcache==0.3.0
19
+pyproject_hooks==1.2.0
20
pytest==8.3.5
21
setuptools==75.8.2
22
termcolor==2.5.0
0 commit comments