Skip to content

Commit 8a1b306

Browse files
authored
Create a unique name for the action
The marketplace requires a unique name for the action. ``` Bandit - Name must be unique. Cannot match an existing action, user or organization name. ```
1 parent c8f094f commit 8a1b306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Bandit
2-
description: Run Bandit
1+
name: Bandit by PyCQA
2+
description: The official Bandit Action developed by PyCQA
33
author: '@PyCQA'
44

55
branding:
66
icon: 'shield'
7-
color: 'yellow'
7+
color: 'black'
88

99
inputs:
1010
configfile:

0 commit comments

Comments
 (0)