fix: prevent assigning incorrect resource ID for sensitive variables with same name, type and at least one matching scope #539
Workflow file for this run
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: revive-lint | |
on: | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- uses: actions/setup-go@v3 | |
- name: Run Revive Action by pulling pre-built image | |
uses: docker://morphy/revive-action:v2 |