Skip to content

Commit

Permalink
Update name in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reactive-firewall authored Sep 9, 2024
1 parent ffce041 commit 5490c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Bandit Scan'
name: 'Python Bandit Scan'
description: 'Bandit Scan'
branding:
icon: arrow-left
Expand Down Expand Up @@ -113,7 +113,7 @@ runs:
INPUT_INI_PATH: ${{ inputs.ini_path }}

- name: Upload artifact
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v4
with:
name: results.sarif
path: results.sarif
Expand Down

0 comments on commit 5490c83

Please sign in to comment.