We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88de53 commit 039ca77Copy full SHA for 039ca77
.github/workflows/sbom.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
18
steps:
19
-
+ # Checkout the full repository history (required to access origin/master)
20
- name: Checkout repository
21
uses: actions/checkout@v4
22
with:
@@ -66,7 +66,7 @@ jobs:
66
java-version: '17'
67
distribution: 'temurin'
68
69
- # Generate the Software Bill of Materials using CycloneDX Gradle plugin
+ # Generate the Software Bill of Materials (SBOM) using CycloneDX Gradle plugin
70
- name: Generate SBOM (CycloneDX)
71
run: ./gradlew --no-daemon cyclonedxBom
72
0 commit comments