You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update RL scanner to use centralized devsecops-tooling action (#105)
* chore: update RL scanner to use centralized devsecops-tooling action
Replace the old rl-scanner reusable workflow and local composite action
with an inline job in publish.yml using auth0/devsecops-tooling rl-scan.
* update poetry.lock file
Copy file name to clipboardExpand all lines: .github/workflows/publish.yml
+45-16Lines changed: 45 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -3,31 +3,60 @@ name: Publish Release
3
3
on:
4
4
workflow_dispatch:
5
5
6
-
### TODO: Replace instances of './.github/actions/' with reference to the `dx-sdk-actions` repo is made public and this file is transferred over
7
-
### TODO: Also remove `get-prerelease`, `get-version`, `release-create`, `tag-create` and `tag-exists` actions from this repo's .github/actions folder once the repo is public.
8
-
9
6
permissions:
10
7
contents: write
11
8
id-token: write # Required for trusted publishing to PyPI
0 commit comments