Skip to content

Commit

Permalink
Fix: refactor sonatype scan
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Sandi <[email protected]>
  • Loading branch information
keanjapesan committed Nov 14, 2024
1 parent 0514b0c commit 07c3d1b
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 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,8 @@ 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@98e376a377e4622da10ce286a618343c733e41c2
secrets:
NEXUS_IQ_PASSWORD: ${{ secrets.NEXUS_IQ_PASSWORD }}

0 comments on commit 07c3d1b

Please sign in to comment.