-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9a8dce
commit 0c70c9a
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|
@@ -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 }} | ||
|