Skip to content

Commit

Permalink
docs: update language support level for python (#1619)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger committed Jun 3, 2024
1 parent edd418f commit 3f20c79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<br /><br />
Bearer CLI is a static application security testing (SAST) tool that scans your source code and analyzes your data flows to discover, filter and prioritize security and privacy risks.
<br /><br />
Currently supporting: <strong>JavaScript/TypeScript</strong> (GA), <strong>Ruby</strong> (GA), <strong>PHP</strong> (GA), <strong>Java</strong> (GA), <strong>Go</strong> (GA), <strong>Python</strong> (Alpha) - <a href="https://docs.bearer.com/reference/supported-languages/">Learn more</a>
Currently supporting: <strong>JavaScript/TypeScript</strong> (GA), <strong>Ruby</strong> (GA), <strong>PHP</strong> (GA), <strong>Java</strong> (GA), <strong>Go</strong> (GA), <strong>Python</strong> (Beta) - <a href="https://docs.bearer.com/reference/supported-languages/">Learn more</a>

<br /><br />

Expand Down Expand Up @@ -266,11 +266,11 @@ Bearer CLI currently supports:
</tr>
<tr>
<td>Beta</td>
<td>-</td>
<td>Python</td>
</tr>
<tr>
<td>Alpha</td>
<td>Python</td>
<td>-</td>
</tr>
</table>
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/supported-languages.njk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ supportChart:
rules: true
searchName: lang-python
searchTerm: python_
status: Alpha
status: Beta

---
{% renderTemplate "liquid,md" %}
Expand Down

0 comments on commit 3f20c79

Please sign in to comment.