Skip to content

Commit

Permalink
Merge branch 'next' into feat/discoveries
Browse files Browse the repository at this point in the history
  • Loading branch information
orubin authored Dec 3, 2024
2 parents ee51434 + a4a690d commit 488bf5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
dnf install -y dnf-utils \
&& dnf config-manager --enable ubi-8-appstream \
&& dnf config-manager --enable ubi-8-baseos \
&& dnf install -y python3 gcc gcc-c++ make \
&& dnf clean all \
&& rm -rf /var/cache/dnf
- name: Install deps
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@brightsec/cli",
"version": "13.0.0-next.8",
"version": "13.0.0-next.9",
"private": false,
"repository": {
"type": "git",
Expand Down

0 comments on commit 488bf5f

Please sign in to comment.