Skip to content

Commit

Permalink
fix: default endpoint [IDE-377] (#466)
Browse files Browse the repository at this point in the history
* chore: enable integration tests in pipeline

* test: fix integration tests

* refactor: remove redundant snyk code base url

Added in 6aefeb4 but since was refactored and not used.

* refactor: remove redundant snyk code token

It was added in 94648e7 but removed since.

* refactor: remove unused code

* fix: default endpoint

* chore: CHANGELOG

* fix: actually update the oss and iac enablement

* test: add snykgov test

* chore: fix pipeline for integration tests

* chore: linting
  • Loading branch information
teodora-sandu authored Jun 10, 2024
1 parent b26bbfb commit 157a8b2
Show file tree
Hide file tree
Showing 11 changed files with 618 additions and 229 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,14 @@ jobs:

- name: Run unit tests
run: npm run test:unit

- name: Run integration tests
run: |
sudo apt-get install xvfb
xvfb-run --auto-servernum npm run test:integration
if: runner.os == 'Linux'
- name: Run integration tests
run: npm run test:integration
if: runner.os != 'Linux'


4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Snyk Security Changelog

## [2.11.0]

## [2.10.1]
- Add warning messages in the Tree View for the issue view options used in consistent ignores.
- Add Data Flow and Ignore Footer intractions for Consistent Ignores flows.
- Fix endpoint computation based on custom endpoint.

## [2.10.0]
- Injects custom styling for the HTML panel used by Snyk Code for consistent ignores.
Expand Down
Loading

0 comments on commit 157a8b2

Please sign in to comment.