File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,8 +71,6 @@ Then customize the code for your repository:
71711. 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
99971. 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
You can’t perform that action at this time.
0 commit comments