Skip to content

Commit

Permalink
Updated Flow
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Oct 24, 2024
1 parent 8bdf9be commit 949ae59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 2 additions & 8 deletions .github/actions/rl-scanner/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ inputs:
version:
description: 'Version of the artifact.'
required: true
repository:
description: 'GitHub repository name.'
required: true
commit:
description: 'Git commit SHA.'
required: true

runs:
using: 'composite'
Expand Down Expand Up @@ -57,8 +51,8 @@ runs:
--artifact "${{ inputs.artifact-path }}" \
--name "${{ github.event.repository.name }}" \
--version "${{ inputs.version }}" \
--repository "${{ inputs.repository }}" \
--commit "${{ inputs.commit }}" \
--repository "${{ github.repository }}" \
--commit "${{ github.sha }}" \
--build-env "github_actions" \
--suppress_output
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/rl-secure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ jobs:
with:
artifact-path: "$(pwd)/${{ inputs.artifact-name }}"
version: "${{ steps.get_version.outputs.version }}"
repository: "${{ github.repository }}"
commit: "${{ github.sha }}"
env:
RLSECURE_LICENSE: ${{ secrets.RLSECURE_LICENSE }}
RLSECURE_SITE_KEY: ${{ secrets.RLSECURE_SITE_KEY }}
Expand Down

0 comments on commit 949ae59

Please sign in to comment.