Skip to content

Commit

Permalink
Merge pull request #263 from solarwinds/cc/NH-89336
Browse files Browse the repository at this point in the history
NH-89336: remove id
  • Loading branch information
cleverchuk authored Sep 17, 2024
2 parents a99f5c0 + 33e5899 commit 5f048e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ jobs:
echo "agent_version=$(cd agent/build/libs && unzip -p solarwinds-apm-agent.jar META-INF/MANIFEST.MF | grep Implementation-Version | awk '{ print $2 }' | sed 's/[^a-z0-9.-]//g')" >> $GITHUB_OUTPUT
- name: Scan Jar
id: rl-scan
uses: reversinglabs/gh-action-rl-scanner-cloud-only@v1
with:
artifact-to-scan: agent/build/libs/solarwinds-apm-agent.jar
Expand All @@ -426,7 +425,6 @@ jobs:
RLPORTAL_ACCESS_TOKEN: ${{ secrets.RL_ACCESS_TOKEN }}

- name: Scan SDK Jar
id: rl-scan
uses: reversinglabs/gh-action-rl-scanner-cloud-only@v1
with:
artifact-to-scan: solarwinds-otel-sdk/build/libs/solarwinds-otel-sdk.jar
Expand Down

0 comments on commit 5f048e8

Please sign in to comment.