Skip to content

Commit

Permalink
test regal with version statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturRibeiro-CX committed Mar 1, 2025
1 parent dd29028 commit 67fde67
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/validate-rego.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false

- name: Setup Regal
uses: StyraInc/setup-regal@33a142b1189004e0f14bf42b15972c67eecce776 #v1.0.0
with:
version: v0.31.0

- name: Run Regal Linter
run: regal lint --format=github assets --config-file=assets/.regal/config.yml

0 comments on commit 67fde67

Please sign in to comment.