Skip to content

Commit

Permalink
Clarifying SVN vs. Version. (#1715)
Browse files Browse the repository at this point in the history
  • Loading branch information
matajoh authored Mar 31, 2023
1 parent e7b0eab commit 50e1059
Show file tree
Hide file tree
Showing 20 changed files with 1,469 additions and 447 deletions.
3 changes: 2 additions & 1 deletion internal/cosesign1/infra.rego
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package infra

svn := "1.0.0"
svn := "1"
framework_version := "0.1.0"

containers := [
{
Expand Down
4 changes: 2 additions & 2 deletions internal/tools/policyenginesimulator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ for more detail.
``` rego
package policy
api_svn := "0.7.0"
api_version := "0.7.0"
import future.keywords.every
import future.keywords.in
Expand Down Expand Up @@ -187,7 +187,7 @@ reason := {"errors": data.framework.errors}
``` rego
package policy
api_svn := "0.7.0"
api_version := "0.7.0"
overlays := {
"pause": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package policy

api_svn := "0.7.0"
api_version := "0.7.0"

overlays := {
"pause": {
Expand Down
Loading

0 comments on commit 50e1059

Please sign in to comment.