v0.0.6
·
12 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Features
New Secret Provider support for Google Cloud Secret Manager #34
Added Google Cloud Secret Manager as a Secret Provider.
Configuration Example:
secretProvider:
googleCloud:
- id: my-project
service: SecretManager
projectID: your-project-id
# Optional. If Regional Secret, specify the region in 'location'.
# location: us-central1
envs:
API_KEY:
secretRef:
provider: my-project
key: credentials
# Optional. If the secret value is JSON, you can specify a property to retrieve specific field values
# property: ".api_key"Misc
- Update dependencies
- Risk evaluation and action based on ossf Scorecard
Changelog
- 9b9b04f Support Google Cloud Secret Manager (#34)
- f4d66c3 chore(deps): pin github/codeql-action action to 3599b3b (#35)
- 1f9904f chore(deps): update actions/checkout action to v5 (#30)
- 58e1818 chore(deps): update actions/upload-artifact action to v4.6.2 (#28)
- e736e3d chore(deps): update module github.com/aws/aws-sdk-go-v2 to v1.39.1 (#25)
- d7fb0bc chore(deps): update module github.com/aws/aws-sdk-go-v2/config to v1.31.10 (#26)
- 219ee66 chore(deps): update module github.com/aws/aws-sdk-go-v2/service/secretsmanager to v1.39.5 (#27)
- 2773c85 chore(deps): update ossf/scorecard-action action to v2.4.2 (#29)
- e2c54e2 chore: Create scorecard.yml
- a40b9fa chore: least privilege token