Skip to content

Commit

Permalink
NH-98001: scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverchuk committed Dec 12, 2024
1 parent 7fe6363 commit 29524d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -587,4 +587,7 @@ jobs:
echo "AGENT_VERSION=${{ steps.set_version.outputs.version }}.$GIT_HASH" >> $GITHUB_ENV
- name: Publish
run: ./gradlew publishToSonatype
run: ./gradlew publishToSonatype

rlscan:
uses: ./.github/workflows/rlscan.yml
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,4 +459,7 @@ jobs:
push: true
context: agent
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
tags: ghcr.io/${{ github.repository_owner }}/autoinstrumentation-java:${{ steps.set_version.outputs.version }},ghcr.io/${{ github.repository_owner }}/autoinstrumentation-java:latest
tags: ghcr.io/${{ github.repository_owner }}/autoinstrumentation-java:${{ steps.set_version.outputs.version }},ghcr.io/${{ github.repository_owner }}/autoinstrumentation-java:latest

rlscan:
uses: ./.github/workflows/rlscan.yml

0 comments on commit 29524d0

Please sign in to comment.