Skip to content

Commit dbbffb1

Browse files
authored
Merge pull request #127 from smlx/update-readme
update readme
2 parents 5b8c8c6 + d58bb96 commit dbbffb1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ Then customize the code for your repository:
7171
1. Update the code for your project:
7272

7373
* rename `cmd/go-cli-github` to `cmd/$YOUR_COMMAND`
74-
* rename `deploy/go-cli-github` to `deploy/$YOUR_COMMAND`
75-
* update `deploy/$YOUR_COMMAND/Dockerfile`
7674
* update `.github/workflows/build.yaml`, replacing `go-cli-github` with `$YOUR_COMMAND`.
7775
* update `.goreleaser.yaml` to build `cmd/$YOUR_COMMAND`
7876
* update the links at the top of `README.md`
@@ -98,8 +96,8 @@ Configure the repository:
9896

9997
1. Go to repository Settings > Code security and analysis, and enable:
10098

99+
* Private vulnerability reporting
101100
* Dependabot
102-
* Private vulnerability reporting
103101
* Grouped security updates
104102
* Secret Scanning
105103
* Push protection

0 commit comments

Comments
 (0)