Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b65a7ec
feat(codepipeline-actions): support InspectorScan invoke action
go-to-k Feb 11, 2025
52b96ee
implemented class without todo
go-to-k Feb 11, 2025
3ec6f77
filename
go-to-k Feb 11, 2025
3624f58
refactor with EcrImageScanAction and SourceCodeScanAction
go-to-k Feb 11, 2025
c6ab25c
class names
go-to-k Feb 11, 2025
4c0e0b0
filenames
go-to-k Feb 11, 2025
abfba63
jsdoc
go-to-k Feb 11, 2025
ea99afa
integ for source scan
go-to-k Feb 11, 2025
05f41b5
renderActionConfiguration
go-to-k Feb 11, 2025
4b89baf
ecr:GetAuthorizationToken
go-to-k Feb 11, 2025
41afadb
integ
go-to-k Feb 11, 2025
ad0f227
comment
go-to-k Feb 11, 2025
be4da86
comment
go-to-k Feb 11, 2025
90643d9
comments
go-to-k Feb 11, 2025
e62b4cc
comments
go-to-k Feb 11, 2025
519d087
integ and snapshots with MOCK
go-to-k Feb 12, 2025
e545b9c
comments
go-to-k Feb 12, 2025
ac9f823
unit tests
go-to-k Feb 14, 2025
6a415d8
add test
go-to-k Feb 14, 2025
a70091d
README
go-to-k Feb 14, 2025
fab68f7
var names in integs
go-to-k Feb 14, 2025
58a1d00
for rosetta
go-to-k Feb 14, 2025
202ffcd
fix inspector-source-code-scan-action.test.ts
go-to-k Feb 14, 2025
779d8e3
rosetta
go-to-k Feb 14, 2025
a832486
Merge branch 'main' into cp-actions-inspector-scan
go-to-k Apr 2, 2025
6cfd08c
change links
go-to-k Apr 2, 2025
81c8c5c
use AuthorizationToken.grantRead
go-to-k Apr 2, 2025
b6edaf8
change Threshold in integ
go-to-k Apr 2, 2025
bdb589d
change integ tests and snapshots
go-to-k Apr 2, 2025
231c074
Merge branch 'main' into cp-actions-inspector-scan
mergify[bot] Apr 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM node:20-alpine
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading