Skip to content

Commit

Permalink
Fix remaining sec issueS
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat15 committed Aug 30, 2024
1 parent 3043ca3 commit ebffc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/namespace/test/serialization_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func TestSerialization(t *testing.T) {

vtSerialized, err := caveatDef.MarshalVT()
require.NoError(err)
err = os.WriteFile(fmt.Sprintf("testdata/proto/%s-caveat-%s.vtproto", test.schema, caveatDef.Name), vtSerialized, 0o644)
err = os.WriteFile(fmt.Sprintf("testdata/proto/%s-caveat-%s.vtproto", test.schema, caveatDef.Name), vtSerialized, 0o600)
require.NoError(err)
}
} else {
Expand Down

0 comments on commit ebffc47

Please sign in to comment.