Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tfsec-bin #16

Merged
merged 1 commit into from
Aug 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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