Skip to content

Commit 3e867b0

Browse files
update slack message/add version tag for owsap project (#3110)
Co-authored-by: rippled-automation <102213836+rippled-automation@users.noreply.github.com>
1 parent e2ce10d commit 3e867b0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ jobs:
203203
run: |
204204
curl -X POST \
205205
-H "X-Api-Key: ${{ secrets.OWASP_TOKEN }}" \
206-
-F "project=7c40c8ea-ea0f-4a5f-9b9f-368e53232397" \
206+
-F "autoCreate=true" \
207+
-F "projectName=xrpl-js" \
208+
-F "projectVersion=${{ env.PACKAGE_VERSION }}" \
207209
-F "bom=@sbom.json" \
208210
https://owasp-dt-api.prod.ripplex.io/api/v1/bom
209211
@@ -496,8 +498,7 @@ jobs:
496498
shell: bash
497499
env:
498500
SLACK_TOKEN: ${{ secrets.SLACK_TOKEN }}
499-
CHANNEL: "#xrpl-js"
500-
501+
CHANNEL: "#ripplex-security"
501502
EXECUTOR: ${{ github.triggering_actor || github.actor }}
502503
PACKAGE_NAME: ${{ needs.get_version.outputs.package_version && github.event.inputs.package_name }}
503504
PACKAGE_VERSION: ${{ needs.get_version.outputs.package_version }}
@@ -520,7 +521,7 @@ jobs:
520521
id-token: write
521522
contents: write
522523
needs: [get_version, run_faucet_test, run_tests, pre_release, ask_for_dev_team_review, first_review, ask_for_sec_team_review]
523-
name: Release Pipeline for ${{ needs.get_version.outputs.package_version }}
524+
name: Release for ${{ needs.get_version.outputs.package_version }}
524525
env:
525526
PACKAGE_VERSION: "${{ needs.get_version.outputs.package_version }}"
526527
PACKAGE_NAME: "${{ github.event.inputs.package_name }}"

0 commit comments

Comments
 (0)