File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
- name : Install RL Wrapper
32
32
shell : bash
33
33
run : |
34
- pip install rl-wrapper>=1.0.0 --index-url "https://${{ env.PRODSEC_TOOLS_USER }}:${{ env.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple"
34
+ pip install rl-wrapper>=1.0.6 --index-url "https://${{ env.PRODSEC_TOOLS_USER }}:${{ env.PRODSEC_TOOLS_TOKEN }}@a0us.jfrog.io/artifactory/api/pypi/python-local/simple"
35
35
36
36
- name : Run RL Scanner
37
37
shell : bash
Original file line number Diff line number Diff line change 63
63
64
64
- name : Get Artifact Version
65
65
id : get_version
66
- run : echo "version=$(cat . version)" >> $GITHUB_ENV
66
+ uses : ./.github/actions/get- version
67
67
68
68
- name : Run RL Scanner
69
69
id : rl-scan-conclusion
You can’t perform that action at this time.
0 commit comments