feat(eks.tf): add tagging support for existing node security group to enhance resource management and identification when using an existing cluster #16
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: Vulnerability scanning | |
on: | |
- pull_request | |
jobs: | |
terraform-scan: | |
name: Vulnerability scanning | |
uses: truefoundry/github-workflows-public/.github/workflows/[email protected] | |
secrets: | |
snyk_token: ${{ secrets.SNYK_TOKEN }} |