Skip to content

Commit

Permalink
Merge pull request #186 from keanjapesan/fix-gradle-bug
Browse files Browse the repository at this point in the history
Fix: refactor sonatype scan
  • Loading branch information
keanjapesan authored Dec 6, 2024
2 parents 0514b0c + 11026c8 commit c1c0594
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/composed-gradle-nexus-iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,6 @@ jobs:
run: |
REPO_DASHED=$(echo ${{ inputs.GERRIT_PROJECT }} | tr "/" "-")
echo "APPLICATION_ID=${{ vars.ORGANIZATION }}-${REPO_DASHED}" >> "$GITHUB_ENV"
# yamllint enable rule:line-length
- name: Nexus IQ Policy Evaluation
continue-on-error: true
uses: sonatype-nexus-community/iq-github-action@master
with:
serverUrl: ${{ env.NEXUS_IQ_SERVER }}
username: ${{ vars.NEXUS_IQ_USERNAME }}
password: ${{ secrets.NEXUS_IQ_PASSWORD }}
applicationId: ${{ env.APPLICATION_ID }}
stage: ${{ env.NEXUS_STAGE }}
target: ${{ env.NEXUS_TARGET }}
- name: Sonatype Lifecycle Scan
# yamllint disable-line rule:line-length
uses: lfit/releng-reusable-workflows/.github/workflows/reuse-sonatype-lifecycle.yaml@484ea7e8c8c880ca1905ee837dcf6d6547ea0418

0 comments on commit c1c0594

Please sign in to comment.