Skip to content

Commit

Permalink
Update fetch-inspector-results.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
austinsonger authored Jun 9, 2024
1 parent d397500 commit a9a8dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fetch-inspector-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:

# change this to match your GitHub Secrets environment
environment:
name: your_github_secrets_environment
name: ${{ secrets.GH_TOKEN || secrets.GITHUB_TOKEN }}

steps:
- name: Configure AWS credentials
Expand All @@ -20,7 +20,7 @@ jobs:

- name: Inspector Scan
id: inspector
uses: action.yml@v1.0.0
uses: austinsonger/EC2-Vulnerability-Scan-GitHub-Action-for-Amazon-Inspector@v0.0.1
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 a9a8dce

Please sign in to comment.