Skip to content

Commit

Permalink
trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Apr 12, 2024
1 parent 59e7ebb commit e3a4b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cross_language_tests/aes_cross_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ func TestAesRuby(t *testing.T) {

b, err := msgpack.Marshal(tt)
require.NoError(t, err)
//#nosec G306 -- Need readable files
require.NoError(t, os.WriteFile(testfile, []byte(base64.StdEncoding.EncodeToString(b)), 0644))

require.NoError(t, os.WriteFile(testfile, []byte(base64.StdEncoding.EncodeToString(b)), 0644)) // #nosec G306 -- Need readable files
})

t.Run("ruby decrypt go", func(t *testing.T) {
Expand Down

0 comments on commit e3a4b25

Please sign in to comment.