Skip to content

Commit

Permalink
Remove sonartype lifecycle integration
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Neidhart <[email protected]>
  • Loading branch information
netomi authored Oct 17, 2024
1 parent 9dfcdd8 commit 8aaae14
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,6 @@ jobs:
cache: maven
- name: Build and verify
run: ./mvnw -ntp clean verify
- name: Copy SBOM file
run: cp target/*-cyclonedx.json target/my-bom.json
- name: Nexus IQ Policy Evaluation
uses: sonatype-nexus-community/iq-github-action@8d2038fbbcb37dc613c28d160843dd0981a7fce8 # v2.1.0
with:
serverUrl: https://sonatype-lifecycle.eclipse.org
username: bMingMXb
password: ${{ secrets.IQ_TOKEN }}
applicationId: macos-notarization-service-main
stage: Build
target: target/my-bom.json
- name: Delete temporary SBOM File
run: rm -f target/my-bom.json
- name: Upload artifacts
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
Expand Down

0 comments on commit 8aaae14

Please sign in to comment.