Skip to content

Commit 53b7369

Browse files
author
Michael Long
committed
Verify v1 tag works
1 parent cb0e49f commit 53b7369

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test_installation.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
2929

3030
- name: Test Amazon Inspector GitHub Actions plugin
31-
uses: aws-actions/vulnerability-scan-github-action-for-amazon-inspector@v1.3.0
31+
uses: aws-actions/vulnerability-scan-github-action-for-amazon-inspector@v1
3232
with:
3333
artifact_type: 'container'
3434
artifact_path: 'alpine:latest'
@@ -40,7 +40,4 @@ jobs:
4040
if: ${{ failure() }}
4141
run: echo "this feature is not implemented"
4242

43-
# TODO: update this to point to public v1.0.0 release
44-
# TODO: add steps to send notification to a Lambda to cut a ticket on job failure
45-
# TODO: delete on push condition when finished with development
46-
# TODO: use an IAM role
43+

0 commit comments

Comments
 (0)