0 votes
in DevOps by
What is mean by Shifting Security to the left in DevOpsSec?

1 Answer

0 votes
by

Typically we look at software development processes from left to right like a book.

It starts with planning, coding, testing, releasing, and then deployment and monitoring,

Security usually makes an appearance towards the end of the process near the deployment phase and is typically bolted onto the code at the end.

With DevOps, everything gets shifted left.

  • In simple terms, the concept of shift left security simply means moving security tasks farther left in the development timeline.

Related questions

0 votes
asked Feb 10 in HTML by DavidAnderson
0 votes
asked Feb 28, 2021 in DevOps by JackTerrance
...