Skip to content

Commit

Permalink
Fix typos in security policy (#14)
Browse files Browse the repository at this point in the history
* Fix typos in security policy

* Bump asdf-vm/actions/plugin-test from @v2 to @V3

* Be consistent in what pip we use

* Test with a version

For now this should do; if we run into trouble we can
always revisit

* Avoid duplicate CI runs
  • Loading branch information
paulo-ferraz-oliveira authored Oct 29, 2023
1 parent da19b20 commit 21c82bc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Build

on: [push, pull_request]
on: [push]

jobs:
plugin_test:
Expand Down Expand Up @@ -31,6 +31,7 @@ jobs:
run: pip3 install wheel

- name: plugin-test
uses: asdf-vm/actions/plugin-test@v2
uses: asdf-vm/actions/plugin-test@v3
with:
command: awslocal --version
version: 0.21
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Lint

on: [push, pull_request]
on: [push]

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Find below updated information on our security policy.
We take the security of this software seriously.

We don't implement a bug bounty program or bounty rewards, but will work with
you closed to ensure that your findings gets the appropriate handling.
you to ensure that your findings get the appropriate handling.

## Reporting Security Issues

Expand Down
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ensure_pip3() {
}

ensure_wheel() {
ensure "pip show wheel" "it appears wheel is not available"
ensure "pip3 show wheel" "it appears wheel is not available"
}

install_version() {
Expand Down

0 comments on commit 21c82bc

Please sign in to comment.