Skip to content

Commit 8a97a84

Browse files
committed
docs: update action name
needs a unique name for publishing to marketplace
1 parent 1e94b32 commit 8a97a84

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ A GitHub Action for running [Socket.dev](https://socket.dev)
44

55
## Usage
66

7-
### Socket Firewall
7+
### Socket Firewall: Free
88

9-
Downloads and installs the Socket Firewall in your GitHub Action job, making it available to use in subsequent steps.
9+
Downloads and installs [Socket Firewall: Free](https://github.com/SocketDev/sfw-free) in your GitHub Action job, making it available to use in subsequent steps.
1010

1111
```yaml
1212
on: push

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Socket
1+
name: Socket Security (Action)
22

33
description: Run Socket.dev security analysis in firewall or CLI mode
44

@@ -12,7 +12,6 @@ inputs:
1212
mode:
1313
description: Operation mode firewall or cli
1414
required: true
15-
default: firewall
1615

1716
github-token:
1817
description: GitHub API Token used for downloading binaries

0 commit comments

Comments
 (0)