Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
add install task, update codeowners, and contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Mar 10, 2022
1 parent 33bbc72 commit e8d3a64
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 1 addition & 5 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
* @abdfnx
snapcraft.yaml @david-tomson
.github/workflows/secman.yml @david-tomson
.github/workflows/pack.yml @david-tomson
README.md @Timothee-Cardoso
* @abdfnx @Timothee-Cardoso @david-tomson
8 changes: 5 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ We'd also love to hear about ideas for new features as issues or discussions.

### Prerequisites:

- `npm` version `>= 8.0.0`
- `go` version >= `13`
- `npm` version >= `8.0.0`

### Run

* run **yarn build** to build.
* run **yarn link** to link to secman and test it.
* run **task build** to build secman cli.
* run **task link** to link to secman core cli and test it.
* run **task install** to setup secman and use it.

## Create or submitting a pull request

Expand Down
1 change: 0 additions & 1 deletion .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| v5.0.2+ | :white_check_mark: |
| v2.0.x+ | :white_check_mark: |
| < v1.0.0 | :x: |

Expand Down
4 changes: 4 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ tasks:
cmds:
- sudo rm -rf "{{ .SECMAN_UNIX_PATH }}"/secman

install:
cmds:
- sudo mv secman "{{ .SECMAN_UNIX_PATH }}"

build:
cmds:
- task: set-tag-and-date
Expand Down

0 comments on commit e8d3a64

Please sign in to comment.