This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Migrate from terraform-plugin-sdk
to terraform-plugin-testing
#527
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trivy | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
trivy: | |
uses: gravitational/shared-workflows/.github/workflows/trivy.yaml@main | |
permissions: | |
actions: read | |
contents: read | |
security-events: write |