We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb0e49f commit 53b7369Copy full SHA for 53b7369
.github/workflows/test_installation.yml
@@ -28,7 +28,7 @@ jobs:
28
role-to-assume: ${{ secrets.AWS_IAM_ROLE }}
29
30
- name: Test Amazon Inspector GitHub Actions plugin
31
- uses: aws-actions/vulnerability-scan-github-action-for-amazon-inspector@v1.3.0
+ uses: aws-actions/vulnerability-scan-github-action-for-amazon-inspector@v1
32
with:
33
artifact_type: 'container'
34
artifact_path: 'alpine:latest'
@@ -40,7 +40,4 @@ jobs:
40
if: ${{ failure() }}
41
run: echo "this feature is not implemented"
42
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
+
0 commit comments