Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
austinsonger authored Jun 9, 2024
1 parent a9a8dce commit 0c70c9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# modify this block to scan your intended EC2 instances
- name: Inspector Scan
id: inspector
uses: ./path/to/your/action
uses: austinsonger/[email protected]
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down Expand Up @@ -130,7 +130,7 @@ The below example shows how to enable action outputs in various locations and fo
```yaml
- name: Scan EC2 instances
id: inspector
uses: ./path/to/your/action
uses: austinsonger/[email protected]
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down Expand Up @@ -172,7 +172,7 @@ Vulnerability thresholds can be used to support custom logic, such as failing th
```yaml
- name: Invoke Amazon Inspector Scan
id: inspector
uses: ./path/to/your/action
uses: austinsonger/[email protected]
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 0c70c9a

Please sign in to comment.