Skip to content

Instantly share code, notes, and snippets.

View knqyf263's full-sized avatar

Teppei Fukuda knqyf263

View GitHub Profile
@knqyf263
knqyf263 / snapshot.sh
Last active November 24, 2022 13:46
EBS snapshot scanning with Trivy
#!/bin/bash
AMI_ID=$1
echo $AMI_ID
KEY_NAME=xxxx
SECURITY_GROUP_ID=sg-xxxxxxxxxxx
SUBNET_ID=subnet-xxxxxxxxxxxxx
INSTANCE_TYPE=t2.micro
@knqyf263
knqyf263 / ami-snapshot.sh
Last active November 25, 2022 18:38
AMI scanning with Trivy
#!/bin/bash
AMI_ID=$1
KEY_NAME=xxxxxxx
SECURITY_GROUP_ID=sg-xxxxxxxxxxx
SUBNET_ID=subnet-xxxxxxxxxxxxxxx
INSTANCE_TYPE=t2.micro
echo $AMI_ID
@knqyf263
knqyf263 / ghtopdep.table
Last active August 31, 2023 08:55
trivy-action users
root@4694e6d13588:/# ghtopdep --minstar 200 --rows 200 https://github.com/aquasecurity/trivy-action
| url | stars |
|-------------------------------------------------------------------------|---------|
| https://github.com/coder/code-server | 62K |
| https://github.com/metabase/metabase | 34K |
| https://github.com/swagger-api/swagger-ui | 24K |
| https://github.com/goharbor/harbor | 21K |
| https://github.com/dgraph-io/dgraph | 20K |
| https://github.com/aquasecurity/trivy | 18K |
| https://github.com/keycloak/keycloak | 17K |