Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SP-250 Changes name and icon #42

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading