Skip to content

Commit

Permalink
add inspector id
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Long committed Apr 15, 2024
1 parent 74686f5 commit 747ae19
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# TODO: use an IAM role

- name: Test Repository Scan
- name: Run Inspector scan
id: inspector
uses: aws/amazon-inspector-github-actions-plugin@main
# TODO: update this to point to public v1.0.0 release
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
# TODO: use an IAM role

- name: Test Repository Scan
id: inspector
uses: aws/amazon-inspector-github-actions-plugin@main
# TODO: update this to point to public v1.0.0 release
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
# TODO: use an IAM role

- name: Test Repository Scan
id: inspector
uses: aws/amazon-inspector-github-actions-plugin@main
# TODO: update this to point to public v1.0.0 release
with:
Expand Down
1 change: 1 addition & 0 deletions validator/validate_inspector_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def main():

inspector_scan_json = open_inspector_scan(args.file)
validate_inspector_scan(inspector_scan_json)
logging.info("validation successful")


if __name__ == "__main__":
Expand Down

0 comments on commit 747ae19

Please sign in to comment.