Skip to content

Commit

Permalink
Add tfsec-bin (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>

Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
  • Loading branch information
greut authored Aug 19, 2022
1 parent 2c8f8db commit 0ee0885
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Automatically update the PKGBUILD on AUR when there is a new version of a packag
nvchecker -c nvchecker.toml -e the_added_package
```
* There might be a more simple way for this step in the future instead of creating pull requests.
* (Optional) Write the corresponding `update/${pkgbase}.sh` for your package if necessary.
* (Optional) Write the corresponding `update/${pkgbase}.sh` for your package if necessary.
* The default script `update/default.sh` will automatically strip the leading non-version characters, and is suitable for versions like `1.0.0`, `v1.0.0`, `version-1.0.0`.
* Done. You can check the outputs of [GitHub Actions](https://github.com/arch4edu/aur-auto-update/actions) if there is anything wrong.
* Done. You can check the outputs of [GitHub Actions](https://github.com/arch4edu/aur-auto-update/actions) if there is anything wrong.
* It runs every day.
5 changes: 5 additions & 0 deletions nvchecker.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,8 @@ use_latest_release = true
source = "github"
github = "xiaoyeli/superlu_dist"
use_latest_release = true

[tfsec-bin]
source = "github"
github = "aquasecurity/tfsec"
use_latest_tag = true

0 comments on commit 0ee0885

Please sign in to comment.