Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit a9a8dce

Browse files
authored
Update fetch-inspector-results.yml
1 parent d397500 commit a9a8dce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fetch-inspector-results.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66

77
# change this to match your GitHub Secrets environment
88
environment:
9-
name: your_github_secrets_environment
9+
name: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}
1010

1111
steps:
1212
- name: Configure AWS credentials
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Inspector Scan
2222
id: inspector
23-
uses: action.yml@v1.0.0
23+
uses: austinsonger/EC2-Vulnerability-Scan-GitHub-Action-for-Amazon-Inspector@v0.0.1
2424
with:
2525
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
2626
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)