Skip to content

Commit

Permalink
Generate sbom
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jul 10, 2024
1 parent ce8cf07 commit b8b74ce
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -34,15 +43,6 @@ jobs:
env:
PYTHONPATH: .
TEST_VDB_HOME: vdb_data
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Generate SBOM with cdxgen
run: |
npm install -g @cyclonedx/cdxgen
Expand Down

0 comments on commit b8b74ce

Please sign in to comment.