Skip to content

Commit 307230a

Browse files
authored
chore: support new security control (IN-1170) (#4220)
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
1 parent f99df6a commit 307230a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

services/libs/tinybird/pipes/security_and_best_practices.pipe

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ SQL >
3333
('OSPS-BR-04', 'Build and Release', 2),
3434
('OSPS-BR-05', 'Build and Release', 2),
3535
('OSPS-BR-06', 'Build and Release', 2),
36+
('OSPS-BR-07', 'Build and Release', 2),
3637
-- Documentation
3738
('OSPS-DO-01', 'Documentation', 3),
3839
('OSPS-DO-02', 'Documentation', 3),

services/libs/tinybird/pipes/security_deduplicated_merged_copy_pipe.pipe

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ SQL >
2121
('OSPS-BR-04', 'Build and Release', 2),
2222
('OSPS-BR-05', 'Build and Release', 2),
2323
('OSPS-BR-06', 'Build and Release', 2),
24+
('OSPS-BR-07', 'Build and Release', 2),
2425
-- Documentation
2526
('OSPS-DO-01', 'Documentation', 3),
2627
('OSPS-DO-02', 'Documentation', 3),

0 commit comments

Comments
 (0)