Skip to content

Commit

Permalink
SP-250 Changes name and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
francostramana committed Mar 22, 2024
1 parent 0ddde24 commit d01151f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: 'SCANOSS GH Action'
name: 'SCANOSS Code Scan Action'
description: 'Scan your code from GH Workflow and take action based on detected components'
author: 'SCANOSS'

# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: 'target'
color: 'purple'
icon: 'check-circle'
color: 'gray-dark'

# Define your inputs here.
inputs:
policies:
description: 'List of policies separated by comma (e.g., copyleft, undeclared)'
Expand Down Expand Up @@ -46,8 +44,6 @@ inputs:
required: false
default: ${{ github.token }}


# Define your outputs here.
outputs:
result-filepath:
description: 'Scanner results filepath'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scanoss-code-scan-action",
"description": "SCANOSS Action",
"description": "SCANOSS Code Scan Action",
"version": "0.1.0",
"author": "SCANOSS",
"private": true,
Expand Down

0 comments on commit d01151f

Please sign in to comment.